AsyncSuggestionProvider Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public AsyncSuggestionProvider(
Func<string, Task<IEnumerable>> method
)
Public Sub New (
method As Func(Of String, Task(Of IEnumerable))
)
Parameters
- method FuncString, TaskIEnumerable
- Delegated method that will provide the list of suggestions.