Compartilhar via


ActivityWithClaims.OnComplete Property

Definition

Invoked when ProcessActivity is done. Ignored if IsProactive.

public Func<Microsoft.Agents.Core.Models.InvokeResponse,System.Threading.Tasks.Task> OnComplete { get; set; }
member this.OnComplete : Func<Microsoft.Agents.Core.Models.InvokeResponse, System.Threading.Tasks.Task> with get, set
Public Property OnComplete As Func(Of InvokeResponse, Task)

Property Value

Applies to