Click or drag to resize

PsrProgressTokenArgs Class

Arguments of a server side processing progress.
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrProgressTokenArgs

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrProgressTokenArgs

The PsrProgressTokenArgs type exposes the following members.

Constructors
  NameDescription
Public methodPsrProgressTokenArgs
Initializes a new instance of the PsrProgressTokenArgs class
Top
Properties
  NameDescription
Public propertyGroupMax
Number of groups in the process.
Public propertyGroupPosition
Current group position.
Public propertyMax
Number of progress steps in the group.
Public propertyPosition
Current progress position in the group.
Public propertyProgressCode
Code of the progress.
Public propertyProgressFieldValue
Value of an object, e.g. the DataName of a PsrData object.
Public propertyTokenIdentity
ID of the process.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also