Show / Hide Table of Contents

Interface IReliableReactiveSubscriptionFactory

Namespace: Reaqtor.Reliable.Client
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableReactiveSubscriptionFactory

Methods

Create(Uri, Object)

Declaration
IReliableReactiveSubscription Create(Uri uri, object state = null)
Parameters
Type Name Description
System.Uri uri
System.Object state
Returns
Type Description
IReliableReactiveSubscription
In This Article
Back to top Generated by DocFX