Class ReliableQubscriptionBase
Inheritance
System.Object
ReliableQubscriptionBase
Implements
System.IDisposable
Inherited Members
Namespace: Reaqtor.Reliable.Expressions
Assembly: Reaqtor.Reliable.dll
Syntax
public abstract class ReliableQubscriptionBase : ReliableReactiveSubscriptionBase, IReliableQubscription, IReliableReactiveSubscription, IReliableSubscription, ISubscription, IDisposable, IReliableReactiveExpressible, IExpressible
Constructors
ReliableQubscriptionBase(IReliableQueryProvider)
Declaration
protected ReliableQubscriptionBase(IReliableQueryProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| IReliableQueryProvider | provider |
Properties
Expression
Declaration
public abstract Expression Expression { get; }
Property Value
| Type | Description |
|---|---|
| System.Linq.Expressions.Expression |
Provider
Declaration
public IReliableQueryProvider Provider { get; }
Property Value
| Type | Description |
|---|---|
| IReliableQueryProvider |
Implements
System.IDisposable