Click or drag to resize

ControllerEventInfo.RunSynchronously Property

If true the call to the method will be done synchronously and no other call will be allowed from the current client until this call is completed

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public bool RunSynchronously { get; }

Property Value

Type: Boolean

Implements

IControllerEventInfo.RunSynchronously
See Also