CardPrinterReconnectionHandlerProgressUpdate Method 
             | 
          
        
         
            Called during individual firmware module upgrades.
            
 
    Namespace: 
   Zebra.Sdk.Card.Printer
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxvoid ProgressUpdate(
	string status,
	int percentComplete
)
Sub ProgressUpdate ( 
	status As String,
	percentComplete As Integer
)
void ProgressUpdate(
	String^ status, 
	int percentComplete
)
Parameters
- status
 - Type: SystemString
The current firmware module being loaded. - percentComplete
 - Type: SystemInt32
The completion percentage of the currently loading firmware module or 0 if no completion percentage is available. 
See Also