 | AsynchronousOperationContextProgress Method (Int32, Int32, String) |
Progresses the current position.
Namespace:
EBP.Api.Asynchronous
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic void Progress(
int currentPosition,
int maximumPosition,
string caption
)
Public Sub Progress (
currentPosition As Integer,
maximumPosition As Integer,
caption As String
)
Parameters
- currentPosition
- Type: SystemInt32
The current position. - maximumPosition
- Type: SystemInt32
The maximum position. - caption
- Type: SystemString
The caption.
See Also