FileTranscriptLogger.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.
Deletes conversation data from the store.
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
The ID of the channel the conversation is in.
- conversationId
- String
The ID of the conversation to delete.
Returns
A task that represents the work queued to execute.