Search Results for

    Show / Hide Table of Contents

    Class LengthyOperationProgressArgs

    Represents progress of a lengthy operation

    Inheritance
    System.Object
    LengthyOperationProgressArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class LengthyOperationProgressArgs

    Constructors

    | Improve this Doc View Source

    LengthyOperationProgressArgs(String, Int32)

    Initializes a new instance of the LengthyOperationProgressArgs class.

    Declaration
    public LengthyOperationProgressArgs(string message, int progress)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.Int32 progress

    The progress.

    Fields

    | Improve this Doc View Source

    Cancel

    Indicates whether a cancel request has been made

    Declaration
    public bool Cancel
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Progress

    The progress percentage

    Declaration
    public int Progress
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    StatusMessage

    The message

    Declaration
    public string StatusMessage
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng