Share via


ReliableSessionElement.AcknowledgementInterval Proprietà

Definizione

Ottiene o imposta l'intervallo di attesa prima che un acknowledgment venga inviato da una destinazione all'origine del messaggio su canali attendibili creati dalla factory.

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

Valore della proprietà

TimeSpan

Struttura TimeSpan che specifica l'intervallo di attesa prima che un servizio invii un acknowledgment all'origine del messaggio. Il valore predefinito è 2 secondi.

Attributi

Si applica a