Summary
Handles binding to
Task
s for the '^' stream binding operator.
- Namespace
- Avalonia
.Data .Core .Plugins - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IStreamPlugin"]
click Interface0 "/api/Avalonia.Data.Core.Plugins/IStreamPlugin"
Type["TaskStreamPlugin"]
class Type type-node
Syntax
public class TaskStreamPlugin : IStreamPlugin
Methods
Name | Value | Summary |
---|---|---|
Match |
bool |
Checks whether this plugin handles the specified value.
|
Start |
IObservable |
Starts producing output based on the specified value.
|