Search Results for

    Show / Hide Table of Contents

    Class LengthyOperationCallbackArgs

    Represents progress of a lengthy operation

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

    Constructors

    | Improve this Doc View Source

    LengthyOperationCallbackArgs(LengthyOperationCallbackArgs.LengthyOperationItem[])

    Initializes a new instance of the LengthyOperationCallbackArgs class.

    Declaration
    public LengthyOperationCallbackArgs(LengthyOperationCallbackArgs.LengthyOperationItem[] items)
    Parameters
    Type Name Description
    LengthyOperationCallbackArgs.LengthyOperationItem[] items

    The items.

    Properties

    | Improve this Doc View Source

    Cancel

    Gets or sets whether this lengthy operation should be cancelled

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Index

    Gets or sets the index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Items

    Gets the operation items

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