Search Results for

    Show / Hide Table of Contents

    Class LengthyOperationCallbackArgs.LengthyOperationItem

    Inheritance
    System.Object
    LengthyOperationCallbackArgs.LengthyOperationItem
    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 LengthyOperationItem

    Constructors

    | Improve this Doc View Source

    LengthyOperationItem(String)

    Initializes a new instance of the LengthyOperationCallbackArgs.LengthyOperationItem class.

    Declaration
    public LengthyOperationItem(string path)
    Parameters
    Type Name Description
    System.String path

    The path.

    Properties

    | Improve this Doc View Source

    Itempath

    Gets the item path

    Declaration
    public string Itempath { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status

    Gets or sets the operation status

    Declaration
    public LengthyOperationCallbackArgs.LengthyOperationItem.OperationStatus Status { get; set; }
    Property Value
    Type Description
    LengthyOperationCallbackArgs.LengthyOperationItem.OperationStatus
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng