部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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)