Udostępnij za pośrednictwem


MsmqBindingElementBase.ValidityDuration Właściwość

Definicja

Pobiera lub ustawia wartość określającą limit czasu połączenia w przypadku użycia z kanałami w kolejce.

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

Wartość właściwości

Limit czasu połączenia w przypadku użycia z kanałami w kolejce.

Atrybuty

Uwagi

Ważne

Jeśli ValidityDuration wygaśnie komunikat, każda transakcja, która może być używana do jego przetwarzania, zostanie przerwana wraz z wystąpieniem przepływu pracy, jeśli wygaśnie podczas transakcji.

Dotyczy