ProgressMonitorUpdateProgress Method
|
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public 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 Int32
- Bytes currently written
- totalBytes Int32
- Total bytes to send
See Also