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

ISnapProgressIndicationService.End(Int32) Method

Finalizes progress indication.

Namespace: DevExpress.Snap.Core.Services

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

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