MultichannelConnectionCloseStatusChannel Method
|
Closes the status channel of this MultichannelConnection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic 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