ComponentOne FlexPivot for WinForms
GetRawData(IEnumerable,CancellationToken) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetRawData Method : GetRawData(IEnumerable,CancellationToken) Method
Data source collection.
Enables task cancellation.
Makes the entire raw source data collection accessible to the server's clients.
Syntax
'Declaration
 
Public Overloads Shared Function GetRawData( _
   ByVal dataSource As System.Collections.IEnumerable, _
   ByVal cancelToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetRawData( 
   System.Collections.IEnumerable dataSource,
   System.Threading.CancellationToken cancelToken
)

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

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members
Overload List