OpsContextUpdateProgressRequest(String, Int32) Method |
Call when a progress request is active. Updates the message and sets the progress control to the specified count.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic void UpdateProgressRequest(
string message,
int count
)
Parameters
- message String
- The message to be displayed.
- count Int32
- The current count of the progress control.
See Also