Skip to main content

IDriverWriteSession.SetPage(Guid, Byte[]) Method

Specifies the data extract page for the current IDriverWriteSession.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

void SetPage(
    Guid pageID,
    byte[] data
)

Parameters

Name Type Description
pageID Guid

A Guid value that specifies the page identifier.

data Byte[]

An array of Byte values that specify the page to be written.

See Also