Partager via


ReliableSessionElement.AcknowledgementInterval Propriété

Définition

Obtient ou définit l'intervalle d'attente d'une destination avant l'envoi d'un accusé de réception à la source de message sur les canaux fiables créés par la fabrication.

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

Valeur de propriété

TimeSpan

TimeSpan qui spécifie l'intervalle d'attente d'un service avant l'envoi d'un accusé de réception à la source de message. La valeur par défaut est de 2 secondes.

Attributs

S’applique à