INotificationTargetStorage Interface

Definition

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.

Applies to