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: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also