FrameFactory<C> Class
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.
[System.Serializable]
public sealed class FrameFactory<C> : Microsoft.Bot.Builder.Internals.Fibers.IFrameFactory<C>
[<System.Serializable>]
type FrameFactory<'C> = class
interface IFrameFactory<'C>
Public NotInheritable Class FrameFactory(Of C)
Implements IFrameFactory(Of C)
Type Parameters
- C
- Inheritance
-
FrameFactory<C>
- Attributes
- Implements
Constructors
FrameFactory<C>() |
Explicit Interface Implementations
IFrameFactory<C>.Make() |