Skip to main content
A newer version of this page is available.

ISnapProgressIndicationService.SetProgress(Int32, Int32) Method

Modifies the indicator value to track progress.

Namespace: DevExpress.Snap.Core.Services

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

void SetProgress(
    int token,
    int currentProgress
)

Parameters

Name Type Description
token Int32

An integer value, identifying the task.

currentProgress Int32

An integer value, specifying the current progress.

Remarks

The token parameter corresponds to the value returned by the ISnapProgressIndicationService.Begin method.

See Also