| PsrProgressTokenArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrProgressTokenArgs
The PsrProgressTokenArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrProgressTokenArgs | Initializes a new instance of the PsrProgressTokenArgs class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | GroupMax | 
                Number of groups in the process.
             | 
|  | GroupPosition | 
                Current group position.
             | 
|  | Max | 
                Number of progress steps in the group.
             | 
|  | Position | 
                Current progress position in the group.
             | 
|  | ProgressCode | 
                Code of the progress.
             | 
|  | ProgressFieldValue | 
                Value of an object, e.g. the DataName of a PsrData object.
             | 
|  | TokenIdentity | 
                ID of the process.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also