Click or drag to resize

ControllerEventInfoRunSynchronously 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

IControllerEventInfoRunSynchronously
See Also