Skip to main content

Start Method

Starts producing output based on the specified value.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

IObservable<Object?> Start(
WeakReference<Object?> reference
)
View Source

Parameters

  WeakReference(Object)
A weak reference to the object.

Return Value

IObservable(Object)
An observable that produces the output for the value.

See Also

Reference

IStreamPlugin Interface
Avalonia.Data.Core.Plugins Namespace