Makes the entire raw source data collection accessible to the server's clients.
'Declaration
Public Overloads Shared Function GetRawData( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetRawData(
System.string ,
System.string ,
System.Threading.CancellationToken
)
Parameters
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of a DataEngine table.
- cancelToken
- Enables task cancellation.
Return Value
List of source data objects.