OfficeStateProviderBase(IOfficeStateStorageRemote) Constructor
Initializes a new instance of the OfficeStateProviderBase class with specified settings.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v25.1.dll
NuGet Package: DevExpress.AspNetCore.Core
Declaration
public OfficeStateProviderBase(
IOfficeStateStorageRemote storageRemote
)
Parameters
| Name | Type | Description |
|---|---|---|
| storageRemote | IOfficeStateStorageRemote | The remote storage. |
See Also