PsrProgressTokenArgs Class |
Namespace: PsrApi.Data
public class PsrProgressTokenArgs
The PsrProgressTokenArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrProgressTokenArgs | Initializes a new instance of the PsrProgressTokenArgs class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |