Extensions.Wait<C,T>(IFiber<C>, Rest<C,T>) 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.
Without pushing or popping the stack, schedule a wait to be satisfied later.
public static Microsoft.Bot.Builder.Internals.Fibers.IWait<C> Wait<C,T> (this Microsoft.Bot.Builder.Internals.Fibers.IFiber<C> fiber, Microsoft.Bot.Builder.Internals.Fibers.Rest<C,T> resumeHandler);
static member Wait : Microsoft.Bot.Builder.Internals.Fibers.IFiber<'C> * Microsoft.Bot.Builder.Internals.Fibers.Rest<'C, 'T> -> Microsoft.Bot.Builder.Internals.Fibers.IWait<'C>
<Extension()>
Public Function Wait(Of C, T) (fiber As IFiber(Of C), resumeHandler As Rest(Of C, T)) As IWait(Of C)
Type Parameters
- C
- T
Parameters
- fiber
- IFiber<C>
- resumeHandler
- Rest<C,T>