MsmqElementBase.ValidityDuration Property

Definition

Gets or sets a value that specifies a connection time-out when used with queued channels.

public:
 property TimeSpan ValidityDuration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("validityDuration", DefaultValue="00:05:00")]
public TimeSpan ValidityDuration { get; set; }
[System.Configuration.ConfigurationProperty("validityDuration", DefaultValue="00:05:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan ValidityDuration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("validityDuration", DefaultValue="00:05:00")>]
member this.ValidityDuration : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("validityDuration", DefaultValue="00:05:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.ValidityDuration : TimeSpan with get, set
Public Property ValidityDuration As TimeSpan

Property Value

A connection time-out when used with queued channels.

Attributes

Remarks

Important

If ValidityDuration expires for a message, any transaction that may be used for its processing will be aborted along with the workflow instance if the expiration occurs during the transaction.

Applies to