Skip to main content

OfficeStateProviderBase(IOfficeStateStorageRemote) Constructor

Initializes a new instance of the OfficeStateProviderBase class with specified settings.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

public OfficeStateProviderBase(
    IOfficeStateStorageRemote storageRemote
)

Parameters

Name Type Description
storageRemote IOfficeStateStorageRemote

The remote storage.

See Also