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 SourceLengthyOperationCallbackArgs(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 SourceCancel
Gets or sets whether this lengthy operation should be cancelled
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Index
Gets or sets the index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Items
Gets the operation items
Declaration
public LengthyOperationCallbackArgs.LengthyOperationItem[] Items { get; }
Property Value
Type | Description |
---|---|
LengthyOperationCallbackArgs.LengthyOperationItem[] |