C# Class WebStreams.Server.SingleSubscriptionObservable

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

Public Methods

Method Description
SingleSubscriptionObservable ( ) : System

Initializes a new instance of the SingleSubscriptionObservable class.

Method Details

SingleSubscriptionObservable() public method

Initializes a new instance of the SingleSubscriptionObservable class.
public SingleSubscriptionObservable ( ) : System
return System