FuturesAskT Method (ICanTell, Object, NullableTimeSpan) |
[Missing <summary> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]
Namespace: Akka.Actor
public static Task<T> Ask<T>( this ICanTell self, Object message, Nullable<TimeSpan> timeout = null )
[Missing <param name="self"/> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]
[Missing <param name="message"/> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]
[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]
[Missing <typeparam name="T"/> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]
[Missing <returns> documentation for "M:Akka.Actor.Futures.Ask``1(Akka.Actor.ICanTell,System.Object,System.Nullable{System.TimeSpan})"]