CallingContext.ProcessCallingEventAsync Method

Definition

protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest> ProcessCallingEventAsync ();
abstract member ProcessCallingEventAsync : unit -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest>
override this.ProcessCallingEventAsync : unit -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest>
Protected Overridable Function ProcessCallingEventAsync () As Task(Of ParsedCallingRequest)

Returns

Task<ParsedCallingRequest>

Applies to