Closes this connection and releases any system resources associated with the connection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntaxpublic virtual void Close()
Public Overridable Sub Close
public:
virtual void Close()
Implements
ConnectionClose
Exceptions
RemarksIf the connection is already closed then invoking this method has no effect.
See Also