MultichannelTcpConnectionGetConnectionReestablisher 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.1869
Syntaxpublic override ConnectionReestablisher GetConnectionReestablisher(
	long thresholdTime
)
Public Overrides Function GetConnectionReestablisher ( 
	thresholdTime As Long
) As ConnectionReestablisher
public:
virtual ConnectionReestablisher^ GetConnectionReestablisher(
	long long thresholdTime
) override
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
RemarksThis 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