DriverPrinterConnectionClose Method
|
Closes this connection and releases any system resources associated with the connection.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax public override void Close()
Public Overrides Sub Close
public:
virtual void Close() override
Implements
ConnectionCloseExceptions Remarks If the connection is already closed then invoking this method has no effect.
See Also