Interface IReliableSubscriptionFactory<TArgs>
Namespace: Reaqtor.Reliable
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableSubscriptionFactory<TArgs>
Type Parameters
Name | Description |
---|---|
TArgs |
Methods
Create(TArgs)
Declaration
IReliableSubscription Create(TArgs argument)
Parameters
Type | Name | Description |
---|---|---|
TArgs | argument |
Returns
Type | Description |
---|---|
IReliableSubscription |