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

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

Parameters

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