Overload List

NameDescription
ExecuteQuery(QueryConfig, EventBasedQueryResult)
Executes a query based on the supplied QueryConfig. Results will be reported via the supplied instance of EventBasedQueryResult. Note that the event handlers configured should return quickly. In some situations, long running event handlers can trigger heartbeat failures and/or other connection problems, particularly in the face of high data rates.
ExecuteQuery(QueryConfig, ObservableQueryResult)
Executes a query based on the supplied QueryConfig. Results will be reported via the supplied instance of ObservableQueryResult.

See Also