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