IFrame<C> 接口

定义

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)

类型参数

C
派生
实现

属性

Mark

用于存储与此帧关联的等待的“邮箱”。

(继承自 IWaiter<C>)
Wait

活动等待此服务员。

(继承自 IWaiter<C>)

方法

PollAsync(IFiber<C>, C, CancellationToken) (继承自 IFrameLoop<C>)

适用于