 | AsynchronousOperationContextProgress Method (Int32) |
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
)
Public Sub Progress (
percentage As Integer
)
Parameters
- percentage
- Type: SystemInt32
The percentage.
See Also