Disconnect Method
Disconnects from an SNPP gateway.
Syntax
[VB.NET] Public Sub Disconnect()
[C#] public void Disconnect();
Remarks
This method disconnects from the SNPP gateway.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the Xamarin environment.