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.
[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)