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