Click or drag to resize

ProgressMonitor Class

Handler to monitor long-running file operations.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.DeviceProgressMonitor

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public abstract class ProgressMonitor

The ProgressMonitor type exposes the following members.

Constructors
 NameDescription
Public methodProgressMonitor Default constructor.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Public methodUpdateProgress Callback to notify the user as to the progress of the how many bytes have been sent. SendFileContents(String, ProgressMonitor)
Top
See Also