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