ConnectionReestablisherReestablishConnection Method 
             | 
          
        
         
            Reestablishes a connection to a printer which may have been closed due to an event, like a reboot.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxvoid ReestablishConnection(
	PrinterReconnectionHandler handler
)
Sub ReestablishConnection ( 
	handler As PrinterReconnectionHandler
)
void ReestablishConnection(
	PrinterReconnectionHandler^ handler
)
Parameters
- handler
 - Type: Zebra.Sdk.PrinterPrinterReconnectionHandler
Handles recreating and opening a connection to a printe.r 
Exceptions
See Also