Interface IQueryEngine
Represents a query engine.
Namespace: Reaqtor.QueryEngine
Assembly: Reaqtor.QueryEngine.Interfaces.dll
Syntax
public interface IQueryEngine
Properties
ReactiveService
Gets the reactive service exposed by the engine.
Declaration
IReactive ReactiveService { get; }
Property Value
Type | Description |
---|---|
IReactive |
Uri
Gets the URI identifying the engine.
Declaration
Uri Uri { get; }
Property Value
Type | Description |
---|---|
System.Uri |