Extensions.Done<C,T>(IFiber<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.
Remove the frame from the stack, and satisfy the existing wait with the return value.
public static Microsoft.Bot.Builder.Internals.Fibers.IWait<C> Done<C,T> (this Microsoft.Bot.Builder.Internals.Fibers.IFiber<C> fiber, T item);
static member Done : Microsoft.Bot.Builder.Internals.Fibers.IFiber<'C> * 'T -> Microsoft.Bot.Builder.Internals.Fibers.IWait<'C>
<Extension()>
Public Function Done(Of C, T) (fiber As IFiber(Of C), item As T) As IWait(Of C)
Type Parameters
- C
- T
Parameters
- fiber
- IFiber<C>
- item
- T