IMessagingConfiguration.DropExpiredMessages 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 DropExpiredMessages attribute specifies whether the message should be dropped if it has expired, that is if it was not delivered to the destination before it has timed out on the sender. Default is true.
public bool DropExpiredMessages { get; set; }
member this.DropExpiredMessages : bool with get, set
Public Property DropExpiredMessages As Boolean