MultichannelConnectionClosePrintingChannel Method
|
Closes the printing channel of this MultichannelConnection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax public void ClosePrintingChannel()
Public Sub ClosePrintingChannel
public:
void ClosePrintingChannel()
Exceptions Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also