Click or drag to resize

IControllerEventInfoRunSynchronously 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#
bool RunSynchronously { get; }

Property Value

Type: Boolean
See Also