Rest<C,T> Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public delegate System.Threading.Tasks.Task<Microsoft.Bot.Builder.Internals.Fibers.IWait<C>> Rest<C,in T>(IFiber<C> fiber, C context, IItem<in T> item, CancellationToken token);
type Rest<'C, 'T> = delegate of IFiber<'C> * 'C * IItem<'T> * CancellationToken -> Task<IWait<'C>>
Public Delegate Function Rest(Of C, In T)(fiber As IFiber(Of C), context As C, item As IItem(Of In T), token As CancellationToken) As Task(Of IWait(Of C))
Parámetros de tipo
- C
- T
Parámetros
- fiber
- IFiber<C>
- context
- C
- item
- IItem<T>
- token
- CancellationToken