ProgressEvent Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.Events
public sealed class ProgressEvent : BaseEvent
The ProgressEvent type exposes the following members.
Name | Description | |
---|---|---|
ProgressEvent |
Creates a progress event for the given transaction identifier and how much the progress is, expressed in percentage
|
Name | Description | |
---|---|---|
Percentage |
The progress made so far, in percentage (0 to 100)
| |
TransactionId |
The identifier of the transaction
|
Name | Description | |
---|---|---|
Progress |
Create a progress event that represents some progress of a transaction
| |
Start |
Create a progress event that represents the start of a transaction
| |
Stop |
Create a progress event that represents the end of a transaction
|