TaskStreamPlugin.

Start(WeakReference<object>) Method

Summary

Starts producing output based on the specified value.
Namespace
Avalonia.Data.Core.Plugins
Containing Type
TaskStreamPlugin

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.