AceQLCommand..::..ExecuteServerQueryAsync Method (String, List<(Of <(<'Object>)>)>)
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 )
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.