Skip to main content
A newer version of this page is available. .

FileExtractDriver.CreateWriteSession(String) Method

Creates a session used to write data to an extract.

Namespace: DevExpress.DashboardCommon

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

Declaration

public 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