MessagingOptions.ResendOnTimeout 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.
The ResendOnTimeout attribute specifies whether the message should be automatically resend by the runtime when it times out on the sender. Default is false.
public bool ResendOnTimeout { get; set; }
member this.ResendOnTimeout : bool with get, set
Public Property ResendOnTimeout As Boolean