Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
Settings Class
Settings Properties
AddLoggingReceive Property
AskTimeout Property
Config Property
ConfigVersion Property
CreationTimeout Property
DebugAutoReceive Property
DebugEventStream Property
DebugLifecycle Property
DebugRouterMisconfiguration Property
DebugUnhandledMessage Property
DefaultVirtualNodesFactor Property
FsmDebugEvent Property
Home Property
LogConfigOnStart Property
LogDeadLetters Property
LogDeadLettersDuringShutdown Property
Loggers Property
LoggersDispatcher Property
LoggerStartTimeout Property
LogLevel Property
ProviderClass Property
SchedulerClass Property
SchedulerShutdownTimeout Property
SerializeAllCreators Property
SerializeAllMessages Property
StdoutLogLevel Property
SupervisorStrategyClass Property
System Property
UnstartedPushTimeout Property
Settings
AskTimeout Property
Gets the default timeout for
Ask(ICanTell, Object, Nullable
TimeSpan
)
calls.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
TimeSpan
AskTimeout
{
get
; }
member
AskTimeout
:
TimeSpan
with
get
Property Value
Type:
TimeSpan
The ask timeout.
See Also
Reference
Settings Class
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET