Click or drag to resize

ProgressEvent Class

[This is preliminary documentation and is subject to change.]

Represents progress for a given transaction
Inheritance Hierarchy
SystemObject
  BaseEvent
    CSInfrastructure.EventsProgressEvent

Namespace:  CSInfrastructure.Events
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class ProgressEvent : BaseEvent

The ProgressEvent type exposes the following members.

Constructors
  NameDescription
Public methodProgressEvent
Creates a progress event for the given transaction identifier and how much the progress is, expressed in percentage
Top
Properties
  NameDescription
Public propertyPercentage
The progress made so far, in percentage (0 to 100)
Public propertyTransactionId
The identifier of the transaction
Top
Methods
  NameDescription
Public methodStatic memberProgress
Create a progress event that represents some progress of a transaction
Public methodStatic memberStart
Create a progress event that represents the start of a transaction
Public methodStatic memberStop
Create a progress event that represents the end of a transaction
Top
See Also