Edit

Share via


MessagingOptions.CancelRequestOnTimeout Property

Definition

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.

Applies to