The application calls this method typically used when server access problems have been detected. The server is disconnected and then reconnected. All DAGroup objects associated with this object are re-created.
The call returns immediately after the request is queued. The request is processed in background threads. The completion event handler is called to report success or failure. If no completion handler is specified (null (Nothing) argument) then failures arer reported in the Notification event handler.
Syntax
Parameters
- tag
- User defined data associated with the object.
- onIsReconnected
- Completion event handler: void xxx( BGException ex, object tag ){}
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also