Click or drag to resize

MultichannelConnection.Close Method

Closes both the printing and status channels of this MultichannelConnection.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public virtual void Close()

Implements

Connection.Close()
Exceptions
ExceptionCondition
ConnectionException
Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also