Disconnect Method
This method disconnects the component from the server.
Syntax
[VB.NET] Public Sub Disconnect()
[C#] public void Disconnect();
Remarks
The Disconnect method will send the disconnect command to the notification server. Upon disconnection, a Disconnected event will be fired.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the Xamarin environment.