Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapProgressIndicationService Members

    Enables a Snap application to indicate the current progress of long-lasting tasks.

    Constructors

    Name Description
    SnapProgressIndicationService(SnapControl) Initializes a new instance of the SnapProgressIndicationService class with the specified Snap control.

    Properties

    Name Description
    CancellationToken Allows tracing the requests to cancel an operation.

    Methods

    Name Description
    Begin(String, Int32, Int32, Int32) Initializes and displays a progress indicator.
    Dispose() Releases all resources used by SnapProgressIndicationService.
    End() Finalizes progress indication.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Reset() Resets the progress indicator to the default value.
    SetProgress(Int32) Modifies the indicator value to track progress.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also