SocketTools .NET Edition

NetworkTime.Uninitialize Method 

Uninitialize the class library and release any resources allocated for the current thread.

[Visual Basic]
Public Sub Uninitialize()
[C#]
public void Uninitialize();

Remarks

The Uninitialize method terminates any active connection, releases resources allocated for the current thread and unloads the networking library. After this method has been called, no further client operations may be performed until the class instance has been re-initialized.

If the Initialize method is explicitly called by the application, it should be matched by a call to the Uninitialize method when that instance of the class is no longer needed.

See Also

NetworkTime Class | SocketTools Namespace | Initialize Method