Skip to main content

ISnapProgressIndicationService.End(Int32) Method

Finalizes progress indication.

Namespace: DevExpress.Snap.Core.Services

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

NuGet Package: DevExpress.Snap.Core

Declaration

void End(
    int token
)

Parameters

Name Type Description
token Int32

An integer value, identifying the task.

Remarks

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

See Also