다음을 통해 공유


TelemetryLoggerMiddleware.FillDeleteEventPropertiesAsync 메서드

정의

이벤트에 대한 BotMsgDeleteEvent 이벤트 속성을 채웁니다.

protected System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,string>> FillDeleteEventPropertiesAsync(Microsoft.Bot.Schema.IMessageDeleteActivity activity, System.Collections.Generic.Dictionary<string,string> additionalProperties = default);
member this.FillDeleteEventPropertiesAsync : Microsoft.Bot.Schema.IMessageDeleteActivity * System.Collections.Generic.Dictionary<string, string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, string>>
Protected Function FillDeleteEventPropertiesAsync (activity As IMessageDeleteActivity, Optional additionalProperties As Dictionary(Of String, String) = Nothing) As Task(Of Dictionary(Of String, String))

매개 변수

activity
IMessageDeleteActivity

봇에서 삭제한 활동 개체입니다.

additionalProperties
Dictionary<String,String>

이벤트에 추가할 추가 속성입니다.

반환

봇이 이전에 보낸 메시지를 삭제할 때 기록할 속성 및 해당 값입니다.

적용 대상