Skip to main content

IDriverWriteSession Interface

When implemented, represents a session used to write data to a data extract.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public interface IDriverWriteSession :
    IDisposable

Remarks

To learn more, see ICustomExtractDriver.

See Also