Class ReliableQubscriptionFactory
Inheritance
System.Object
ReliableQubscriptionFactory
Assembly: Reaqtor.Reliable.dll
Syntax
public class ReliableQubscriptionFactory : ReliableQubscriptionFactoryBase, IReliableQubscriptionFactory, IReliableReactiveSubscriptionFactory, IReliableReactiveExpressible, IExpressible
Constructors
ReliableQubscriptionFactory(Expression, IReliableQueryProvider)
Declaration
public ReliableQubscriptionFactory(Expression expression, IReliableQueryProvider provider)
Parameters
Properties
Expression
Declaration
public override Expression Expression { get; }
Property Value
Type |
Description |
System.Linq.Expressions.Expression |
|
Overrides
Methods
CreateCore(Uri, Object)
Declaration
protected override IReliableQubscription CreateCore(Uri subscriptionUri, object state)
Parameters
Type |
Name |
Description |
System.Uri |
subscriptionUri |
|
System.Object |
state |
|
Returns
Overrides
Implements