Edit

Share via


MessagingOptions.WaitForCancellationAcknowledgement Property

Definition

Whether local calls should be cancelled immediately when cancellation is signaled (false) rather than waiting for callees to acknowledge cancellation before a call is considered cancelled (true).

public bool WaitForCancellationAcknowledgement { get; set; }
member this.WaitForCancellationAcknowledgement : bool with get, set
Public Property WaitForCancellationAcknowledgement As Boolean

Property Value

Remarks

Defaults to false.

Applies to