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 SourceLengthyOperationProgressArgs(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 SourceCancel
Indicates whether a cancel request has been made
Declaration
public bool Cancel
Field Value
Type | Description |
---|---|
System.Boolean |
Progress
The progress percentage
Declaration
public int Progress
Field Value
Type | Description |
---|---|
System.Int32 |
StatusMessage
The message
Declaration
public string StatusMessage
Field Value
Type | Description |
---|---|
System.String |