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

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

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

Namespace: DevExpress.Snap.Core.Services

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

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