TurnContext.Responded Property

Definition

Gets a value indicating whether at least one response was sent for the current turn.

public bool Responded { get; }
member this.Responded : bool
Public ReadOnly Property Responded As Boolean

Property Value

true if at least one response was sent for the current turn.

Remarks

ITraceActivity activities on their own do not set this flag.

Applies to