MultichannelConnectionClose Method
|
Closes both the printing and status channels of this MultichannelConnection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public virtual void Close()
Public Overridable Sub Close
public:
virtual void Close()
Implements
ConnectionCloseExceptions Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also