Click or drag to resize
ManagerConnectionFireAllEvents Property
If this property set to true then ManagerConnection send all unassigned events to UnhandledEvent handler,
if set to false then all unassgned events lost and send only UnhandledEvent.
Default: false

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool FireAllEvents { get; set; }

Property Value

Type: Boolean
See Also