| ManagerConnectionUseASyncEvents Field |
Allows you to specifiy how events are fired. If false (default) then
events will be fired in order. Otherwise events will be fired as they arrive and
control logic in your application will need to handle synchronization.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseASyncEvents
Public UseASyncEvents As Boolean
public:
bool UseASyncEvents
val mutable UseASyncEvents: bool
Field Value
Type:
BooleanSee Also