FileTranscriptLogger.LogActivityAsync(IActivity) 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.
Log an activity to the transcript.
public System.Threading.Tasks.Task LogActivityAsync (Microsoft.Bot.Schema.IActivity activity);
abstract member LogActivityAsync : Microsoft.Bot.Schema.IActivity -> System.Threading.Tasks.Task
override this.LogActivityAsync : Microsoft.Bot.Schema.IActivity -> System.Threading.Tasks.Task
Public Function LogActivityAsync (activity As IActivity) As Task
Parameters
- activity
- IActivity
The activity to transcribe.
Returns
A task that represents the work queued to execute.