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 SourceLengthyOperationItem(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 SourceItempath
Gets the item path
Declaration
public string Itempath { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or sets the operation status
Declaration
public LengthyOperationCallbackArgs.LengthyOperationItem.OperationStatus Status { get; set; }
Property Value
Type | Description |
---|---|
LengthyOperationCallbackArgs.LengthyOperationItem.OperationStatus |