Closes this connection and releases any system resources associated with the connection.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public virtual void Close()
Public Overridable Sub Close
public:
virtual void Close()
Implements
ConnectionCloseExceptions Remarks If the connection is already closed then invoking this method has no effect.
See Also