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.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
Syntax
C# | Visual Basic | Visual C++ |
IQuery ExecuteQuery( QueryConfig config, EventBasedQueryResult result )
Function ExecuteQuery ( _ config As QueryConfig, _ result As EventBasedQueryResult _ ) As IQuery
IQuery^ ExecuteQuery( QueryConfig^ config, EventBasedQueryResult^ result )
Parameters
- config
- QueryConfig
Configuration object describing the query to execute.
- result
- EventBasedQueryResult
This will be used to report the results of the query.
Return Value
The IQuery generated by this request.Exceptions
Exception | Condition |
---|---|
StreamBase.LiveView.API..::..LiveViewException | If there is a problem with the query or a network issue. |