SFSEventCONFIG_LOAD_SUCCESS Field |
Dispatched when the external client configuration file is loaded successfully.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string CONFIG_LOAD_SUCCESS
Field Value
Type:
StringRemarks
This event is fired in response to a call to the
LoadConfig(String, Boolean) method, but only if the
connectOnSuccess argument of that method is set to
false;
otherwise the connection is attempted and the related
CONNECTION event type is fired.
No parameters are available for this event object.
Examples See Also