Click or drag to resize

OpsContextUpdateProgressRequest Method (String)

Call when a progress request is active. Updates the message and increments the progress control by 1.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public void UpdateProgressRequest(
	string message
)

Parameters

message
Type: SystemString
The message to be displayed.
See Also