MessagingOptions.WaitForCancellationAcknowledgement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.