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