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: 2.14.1869
Syntax
public abstract class ProgressMonitor

The ProgressMonitor type exposes the following members.

Constructors
  NameDescription
Public methodProgressMonitor
Default constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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