Show / Hide Table of Contents

Class QueryEngineOperation

Operation applied to a query engine.

Inheritance
System.Object
QueryEngineOperation
DifferentialCheckpoint
FullCheckpoint
Recovery
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public class QueryEngineOperation : Object

Constructors

QueryEngineOperation(QueryEngineOperationKind, Uri, Object)

Creates a query engine operation.

Declaration
public QueryEngineOperation(QueryEngineOperationKind kind, Uri targetObjectUri, object state)
Parameters
Type Name Description
QueryEngineOperationKind kind

The kind of reified operation.

System.Uri targetObjectUri

The target query engine instance.

System.Object state

The state passed to the operation.

Properties

Kind

The kind of reified operation.

Declaration
public QueryEngineOperationKind Kind { get; }
Property Value
Type Description
QueryEngineOperationKind

State

The state passed to the operation.

Declaration
public object State { get; }
Property Value
Type Description
System.Object

TargetObjectUri

The target query engine instance.

Declaration
public Uri TargetObjectUri { get; }
Property Value
Type Description
System.Uri

Methods

ToString()

Gets a string representation of the operation.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string representation of the operation.

Extension Methods

ReifiedOperationExtensions.AsReified(QueryEngineOperation)
In This Article
Back to top Generated by DocFX