AceQLCommand..::..ExecuteServerQueryAsync Method (String, List<(Of <(<'Object>)>)>, CancellationToken)
Executes a server query by calling a remote AceQL ServerQueryExecutor interface concrete implementation.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public Task<AceQLDataReader> ExecuteServerQueryAsync( String serverQueryExecutorClassName, List<Object> parameters, CancellationToken cancellationToken )
Parameters
- serverQueryExecutorClassName
- Type: String
the remote ServerQueryExecutor interface implementation name with package info.
- parameters
- Type: List<(Of <(<'Object>)>)>
the parameters to pass to the remote ServerQueryExecutor.executeQuery() implementation.
- cancellationToken
- Type: CancellationToken
The cancellation instruction.