Fiber<C>.IFiberLoop<C>.PollAsync(C, CancellationToken) Method
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.
System.Threading.Tasks.Task<Microsoft.Bot.Builder.Internals.Fibers.IWait<C>> IFiberLoop<C>.PollAsync (C context, System.Threading.CancellationToken token);
abstract member Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<C>.PollAsync : 'C * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Internals.Fibers.IWait<'C>>
override this.Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<C>.PollAsync : 'C * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Internals.Fibers.IWait<'C>>
Function PollAsync (context As C, token As CancellationToken) As Task(Of IWait(Of C)) Implements IFiberLoop(Of C).PollAsync
Parameters
- context
- C
- token
- CancellationToken