C# Class WebStreams.Server.SingleSubscriptionObservable

Represents an observable which can be subscribed to once, and which contains a task for the single observer.
Afficher le fichier Open project: WebStreams/WebStreams.Server

Méthodes publiques

Méthode Description
SingleSubscriptionObservable ( ) : System

Initializes a new instance of the SingleSubscriptionObservable class.

Method Details

SingleSubscriptionObservable() public méthode

Initializes a new instance of the SingleSubscriptionObservable class.
public SingleSubscriptionObservable ( ) : System
Résultat System