RhinoAccoountsProgressInfo
This class is designed to convey the progress of an asynchronous operation through .NET’s IProgress.T. interface. It can be used by callers of such tasks to relay the tasks’ progress, as well as useful metadata information that may be of interest.
Inheritance Hierarchy
System.Object
Rhino.Runtime.RhinoAccounts.RhinoAccoountsProgressInfo
Namespace: Rhino.Runtime.RhinoAccounts
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class RhinoAccoountsProgressInfo
The RhinoAccoountsProgressInfo type exposes the following members.
Constructors
Name
Description
Public Method
RhinoAccoountsProgressInfo
Creates a new instance.
Properties
Name
Description
Public Property
Description
A localized description of the state that may be shown to the user of the application.
Public Property
Metadata
Any metadata of interest that may be used by the caller of a task.
Public Property
State
The state to report.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)