Interface IReliableQueryEngine
Represents a query engine exposing a reliable reactive service, used for cross-engine communication.
Namespace: Reaqtor.QueryEngine
Assembly: Reaqtor.QueryEngine.Interfaces.dll
Syntax
public interface IReliableQueryEngine : IQueryEngine
Properties
ReliableReactiveService
Gets the reliable reactive service exposed by the engine.
Declaration
IReliableReactive ReliableReactiveService { get; }
Property Value
Type | Description |
---|---|
IReliableReactive |