FormatterStore<T> 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.
public sealed class FormatterStore<T> : Microsoft.Bot.Builder.Internals.Fibers.IStore<T>
type FormatterStore<'T> = class
interface IStore<'T>
Public NotInheritable Class FormatterStore(Of T)
Implements IStore(Of T)
Type Parameters
- T
- Inheritance
-
FormatterStore<T>
- Implements
Constructors
FormatterStore<T>(Stream, IFormatter) |
Explicit Interface Implementations
IStore<T>.Flush() | |
IStore<T>.Reset() | |
IStore<T>.Save(T) | |
IStore<T>.TryLoad(T) |