Show / Hide Table of Contents

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.

In This Article
Back to top Generated by DocFX