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