Start Method
Starts producing output based on the specified value.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IObservable<Object?> Start(
WeakReference<Object?> reference
)
Function Start (
reference As WeakReference(Of Object)
) As IObservable(Of Object)
abstract Start :
reference : WeakReference<Object> -> IObservable<Object>
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