Skip to main content

ICustomExtractDriver.CreateWriteSession(String) Method

Creates a session used to write data to an extract.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

IDriverWriteSession CreateWriteSession(
    string resourceName
)

Parameters

Name Type Description
resourceName String

A String value specifying the resource name that is used to identify a data extract.

Returns

Type Description
IDriverWriteSession

An object implementing the IDriverWriteSession that specifies a session used to write data to a data extract.

See Also