INotificationTargetStorage Interface
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.
Caution
Use IConversationReferenceStore to customize the way to persist bot notification connections instead.
Interface for a storage provider that stores and retrieves notification target references.
[System.Obsolete("Use IConversationReferenceStore to customize the way to persist bot notification connections instead.")]
public interface INotificationTargetStorage
[<System.Obsolete("Use IConversationReferenceStore to customize the way to persist bot notification connections instead.")>]
type INotificationTargetStorage = interface
Public Interface INotificationTargetStorage
- Attributes
Methods
Delete(String, CancellationToken) |
Delete one notification target by its key. |
List(CancellationToken) |
List all stored notification targets. |
Read(String, CancellationToken) |
Read one notification target by its key. |
Write(String, ConversationReference, CancellationToken) |
Write one notification target by its key. |