ProgressMonitorUpdateProgress Method 
             | 
          
        
          
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic abstract void UpdateProgress(
	int bytesWritten,
	int totalBytes
)
Public MustOverride Sub UpdateProgress ( 
	bytesWritten As Integer,
	totalBytes As Integer
)
public:
virtual void UpdateProgress(
	int bytesWritten, 
	int totalBytes
) abstract
Parameters
- bytesWritten
 - Type: SystemInt32
Bytes currently written - totalBytes
 - Type: SystemInt32
Total bytes to send 
See Also