Skip to main content

DefaultSnapProgressIndicationService(IServiceProvider) Constructor

Initializes a new instance of the DefaultSnapProgressIndicationService class with the specified service provider.

Namespace: DevExpress.Snap.Core.Services

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

NuGet Package: DevExpress.Snap.Core

Declaration

public DefaultSnapProgressIndicationService(
    IServiceProvider provider
)

Parameters

Name Type Description
provider IServiceProvider

An object implementing the IServiceProvider interface.

See Also