Show / Hide Table of Contents

Class QueryEngineEnvironment

Inheritance
System.Object
QueryEngineEnvironment
Implements
System.IDisposable
Namespace: Reaqtor.QueryEngine.ReificationFramework
Assembly: Reaqtor.QueryEngine.ReificationFramework.dll
Syntax
public sealed class QueryEngineEnvironment : Object, IDisposable

Constructors

QueryEngineEnvironment(Boolean)

Declaration
public QueryEngineEnvironment(bool templatize)
Parameters
Type Name Description
System.Boolean templatize

Properties

EngineContext

Declaration
public IReactive EngineContext { get; }
Property Value
Type Description
IReactive

MetadataContext

Declaration
public IReactive MetadataContext { get; }
Property Value
Type Description
IReactive

Methods

DifferentialCheckpoint()

Declaration
public void DifferentialCheckpoint()

Dispose()

Declaration
public void Dispose()

FullCheckpoint()

Declaration
public void FullCheckpoint()

Recovery()

Declaration
public void Recovery()

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX