IFrame<C> Interface

Definition

public interface IFrame<C> : Microsoft.Bot.Builder.Internals.Fibers.IFrameLoop<C>, Microsoft.Bot.Builder.Internals.Fibers.IWaiter<C>
type IFrame<'C> = interface
    interface IWaiter<'C>
    interface IFrameLoop<'C>
Public Interface IFrame(Of C)
Implements IFrameLoop(Of C), IWaiter(Of C)

Type Parameters

C
Derived
Implements

Properties

Mark

A "mailbox" for storing a wait associated with this frame.

(Inherited from IWaiter<C>)
Wait

The active wait for this waiter.

(Inherited from IWaiter<C>)

Methods

PollAsync(IFiber<C>, C, CancellationToken) (Inherited from IFrameLoop<C>)

Applies to