MessagingOptions.CancelRequestOnTimeout 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 request cancellation should be attempted when a request times out.
public bool CancelRequestOnTimeout { get; set; }
member this.CancelRequestOnTimeout : bool with get, set
Public Property CancelRequestOnTimeout As Boolean
Property Value
Remarks
Request cancellation may involve sending a cancellation message to the silo which hosts the target grain. Defaults to false.