ObservableStreamPlugin.

Start(WeakReference<object>) Method

Summary

Starts producing output based on the specified value.

Syntax

public virtual IObservable<object> Start(WeakReference<object> reference)

Parameters

Name Type Description
reference WeakReference<object> A weak reference to the object.

Return Value

Type Description
IObservable<object> An observable that produces the output for the value.