Frame<C> 类

定义

[System.Serializable]
public sealed class Frame<C> : Microsoft.Bot.Builder.Internals.Fibers.IFrame<C>, Microsoft.Bot.Builder.Internals.Fibers.IFrameLoop<C>, Microsoft.Bot.Builder.Internals.Fibers.IWaiter<C>
[<System.Serializable>]
type Frame<'C> = class
    interface IFrame<'C>
    interface IWaiter<'C>
    interface IFrameLoop<'C>
Public NotInheritable Class Frame(Of C)
Implements IFrame(Of C), IFrameLoop(Of C), IWaiter(Of C)

类型参数

C
继承
Frame<C>
属性
实现

构造函数

Frame<C>()

方法

ToString()

显式接口实现

IFrameLoop<C>.PollAsync(IFiber<C>, C, CancellationToken)
IWaiter<C>.Mark
IWaiter<C>.Wait

适用于