Click or drag to resize

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.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public 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