RhinoAccoountsProgressInfo Constructor |
Creates a new instance.
Namespace:
Rhino.Runtime.RhinoAccounts
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public RhinoAccoountsProgressInfo(
ProgressState state,
Dictionary<Object, Object> metadata = null,
string customDescription = null
)
Public Sub New (
state As ProgressState,
Optional metadata As Dictionary(Of Object, Object) = Nothing,
Optional customDescription As String = Nothing
)
Parameters
- state
- Type: Rhino.Runtime.RhinoAccountsProgressState
The state to report. - metadata (Optional)
- Type: System.Collections.GenericDictionaryObject, Object
Optional. Any metadata of interest that may be used by the caller of a task. - customDescription (Optional)
- Type: SystemString
Optional. If a non-null value is passed, it will override the default description of the instance.
See Also