Click or drag to resize
Akka.NETEventStream Constructor
Initializes a new instance of the EventStream class.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EventStream(
	bool debug
)

Parameters

debug
Type: SystemBoolean
if set to true [debug].
See Also