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

IDriverWriteSession Interface

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public interface IDriverWriteSession :
    IDisposable

Remarks

To learn more, see ICustomExtractDriver.

See Also