BlobsTranscriptStore.DeleteTranscriptAsync(String, String) Method
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.
Delete a specific conversation and all of it's activities.
public System.Threading.Tasks.Task DeleteTranscriptAsync (string channelId, string conversationId);
abstract member DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
override this.DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteTranscriptAsync (channelId As String, conversationId As String) As Task
Parameters
- channelId
- String
Channel Id where conversation took place.
- conversationId
- String
Id of the conversation to delete.
Returns
A TaskA task that represents the work queued to execute.