Skip to main content

DefaultSnapProgressIndicationService.Begin(String, Int32, Int32, Int32) Method

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

Namespace: DevExpress.Snap.Core.Services

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

NuGet Package: DevExpress.Snap.Core

Declaration

public int Begin(
    string displayName,
    int minProgress,
    int maxProgress,
    int currentProgress
)

Parameters

Name Type Description
displayName String

A String value.

minProgress Int32

An integer value.

maxProgress Int32

An integer value.

currentProgress Int32

An integer value.

Returns

Type Description
Int32

An integer value.

See Also