IConversationReferenceStore 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.
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. |