Click or drag to resize

WeblinkConfigurationStateUpdater Class

Callback for updating the status of a Weblink configuration task.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.WeblinkWeblinkConfigurationStateUpdater

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public abstract class WeblinkConfigurationStateUpdater

The WeblinkConfigurationStateUpdater type exposes the following members.

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 methodProgressUpdate
Provides a custom message for the current weblink configuration state.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateState
Sets the new state of the Weblink Configurator defined by WeblinkConfigurationState.
Top
See Also