SettingsDebugAutoReceive Property |
Gets a value indicating whether [debug automatic receive].
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool DebugAutoReceive { get; }
Public ReadOnly Property DebugAutoReceive As Boolean
Get
public:
property bool DebugAutoReceive {
bool get ();
}
member DebugAutoReceive : bool with get
Property Value
Type:
Booleantrue if [debug automatic receive]; otherwise,
false.
See Also