IConversationReferenceStore Interface

Definition

Interface for a store provider that manages notification target references.

public interface IConversationReferenceStore
type IConversationReferenceStore = interface
Public Interface IConversationReferenceStore

Methods

Add(String, ConversationReference, ConversationReferenceStoreAddOptions, CancellationToken)

Add a conversation reference to the store. If overwrite, update the existing one, otherwise add when not exist.

List(Nullable<Int32>, String, CancellationToken)

List stored conversation reference by page.

Remove(String, ConversationReference, CancellationToken)

Remove a conversation reference from the store.

Applies to