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 |
A weak reference to the object. |
Return Value
Type | Description |
---|---|
IObservable |
An observable that produces the output for the value. |