Show / Hide Table of Contents

Interface IReliableQueryEngine

Represents a query engine exposing a reliable reactive service, used for cross-engine communication.

Inherited Members
IQueryEngine.Uri
IQueryEngine.ReactiveService
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
In This Article
Back to top Generated by DocFX