Show / Hide Table of Contents

Interface IReliableReactiveSubjectFactory<TInput, TOutput, TArgs>

Namespace: Reaqtor.Reliable.Client
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableReactiveSubjectFactory<TInput, TOutput, TArgs>
Type Parameters
Name Description
TInput
TOutput
TArgs

Methods

Create(Uri, TArgs, Object)

Declaration
IReliableReactiveMultiSubject<TInput, TOutput> Create(Uri uri, TArgs argument, object state = null)
Parameters
Type Name Description
System.Uri uri
TArgs argument
System.Object state
Returns
Type Description
IReliableReactiveMultiSubject<TInput, TOutput>
In This Article
Back to top Generated by DocFX