ConnectionAGetConnectionReestablisher Method
|
Returns a ConnectionReestablisher which allows for easy recreation of a connection which may have been closed.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax public virtual ConnectionReestablisher GetConnectionReestablisher(
long thresholdTime
)
Public Overridable Function GetConnectionReestablisher (
thresholdTime As Long
) As ConnectionReestablisher
public:
virtual ConnectionReestablisher^ GetConnectionReestablisher(
long long thresholdTime
)
Parameters
- thresholdTime
- Type: SystemInt64
How long the Connection reestablisher will wait before attempting to reconnection to the printer.
Return Value
Type:
ConnectionReestablisherInstance of
ConnectionReestablisherImplements
ConnectionGetConnectionReestablisher(Int64)Exceptions Remarks This call should be made while there is still an active connection to the printer (prior to issuing a command which will make the printer non-responsive).
See Also