C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetRawData Method / GetRawData(IEnumerable,CancellationToken) Method
Data source collection.
Enables task cancellation.

In This Topic
GetRawData(IEnumerable,CancellationToken) Method
In This Topic
Makes the entire raw source data collection accessible to the server's clients.
Syntax
'Declaration
 
Public Overloads Shared Function GetRawData( _
   ByVal dataSource As IEnumerable, _
   ByVal cancelToken As CancellationToken _
) As Task(Of IList)
 

Parameters

dataSource
Data source collection.
cancelToken
Enables task cancellation.

Return Value

List of source data objects.
Remarks
This method overload simply converts the source collection (which is an IEnumerable) to an IList.
See Also