CallingBotService.OnHangupCompleted Event

Definition

Event raised when the bot gets the outcome of Hangup action

public event Func<Microsoft.Bot.Builder.Calling.Events.HangupOutcomeEvent,System.Threading.Tasks.Task> OnHangupCompleted;
member this.OnHangupCompleted : Func<Microsoft.Bot.Builder.Calling.Events.HangupOutcomeEvent, System.Threading.Tasks.Task> 
Public Event OnHangupCompleted As Func(Of HangupOutcomeEvent, Task) 

Event Type

Func<HangupOutcomeEvent,Task>

Implements

Applies to