Click or drag to resize

OpsContextUpdateProgressRequest Method (String, Int32)

Call when a progress request is active. Updates the message and sets the progress control to the specified count.

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

Parameters

message
Type: SystemString
The message to be displayed.
count
Type: SystemInt32
The current count of the progress control.
See Also