IFrame<C> Interface
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.
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>) |