Click or drag to resize

SmartFoxThreadSafeMode Property

Sets the API to run with an event queue that needs to be processed by the client.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool ThreadSafeMode { get; set; }

Property Value

Type: Boolean
Remarks
IMPORTANT: by default this property is set to true. When developing native applications/games for .Net or Universal Windows Platform, always remember to set this property to false explicitly!
See Also