Class ReliableQubjectFactory<TInput, TOutput>
Inheritance
System.Object
ReliableQubjectFactoryBase<TInput, TOutput>
ReliableQubjectFactory<TInput, TOutput>
Implements
IReliableQubjectFactory<TInput, TOutput>
IReliableReactiveSubjectFactory<TInput, TOutput>
Inherited Members
Namespace: Reaqtor.Reliable.Service
Assembly: Reaqtor.Reliable.dll
Syntax
public class ReliableQubjectFactory<TInput, TOutput> : ReliableQubjectFactoryBase<TInput, TOutput>, IReliableQubjectFactory<TInput, TOutput>, IReliableReactiveSubjectFactory<TInput, TOutput>, IReliableReactiveExpressible, IExpressible
Type Parameters
| Name | Description |
|---|---|
| TInput | |
| TOutput |
Constructors
ReliableQubjectFactory(Expression, IReliableQueryProvider)
Declaration
public ReliableQubjectFactory(Expression expression, IReliableQueryProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Linq.Expressions.Expression | expression | |
| IReliableQueryProvider | provider |
Properties
Expression
Declaration
public override Expression Expression { get; }
Property Value
| Type | Description |
|---|---|
| System.Linq.Expressions.Expression |
Overrides
Reaqtor.Reliable.Expressions.ReliableQubjectFactoryBase<TInput, TOutput>.Expression
Methods
CreateCore(Uri, Object)
Declaration
protected override IReliableMultiQubject<TInput, TOutput> CreateCore(Uri streamUri, object state)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | streamUri | |
| System.Object | state |
Returns
| Type | Description |
|---|---|
| IReliableMultiQubject<TInput, TOutput> |
Overrides
Reaqtor.Reliable.Expressions.ReliableQubjectFactoryBase<TInput, TOutput>.CreateCore(System.Uri, System.Object)