AwaitableFromSource<TSource,TItem> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public AwaitableFromSource (TSource source, Func<TSource,System.Threading.Tasks.Task<TItem>> resolver);
new Microsoft.Bot.Builder.Dialogs.AwaitableFromSource<'Source, 'Item> : 'Source * Func<'Source, System.Threading.Tasks.Task<'Item>> -> Microsoft.Bot.Builder.Dialogs.AwaitableFromSource<'Source, 'Item>
Public Sub New (source As TSource, resolver As Func(Of TSource, Task(Of TItem)))
Parameters
- source
- TSource