MultichannelConnectionCloseStatusChannel Method
|
Closes the status channel of this MultichannelConnection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public void CloseStatusChannel()
Public Sub CloseStatusChannel
public:
void CloseStatusChannel()
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