Interface ISubscription
Represents a subscription to a subscribable source.
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface ISubscription : IDisposable
Methods
Accept(ISubscriptionVisitor)
Accepts a visitor that will be dispatched through the subscription.
Declaration
void Accept(ISubscriptionVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
ISubscriptionVisitor | visitor | Visitor to accept. |