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

DefaultSnapProgressIndicationService.SetProgress(Int32, Int32) Method

For internal use. Use the ISnapProgressIndicationService.SetProgress property instead.

Namespace: DevExpress.Snap.Core.Services

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

Declaration

public void SetProgress(
    int token,
    int currentProgress
)

Parameters

Name Type Description
token Int32

An integer value.

currentProgress Int32

An integer value.

See Also