Udostępnij za pośrednictwem


ReliableSessionElement.AcknowledgementInterval Właściwość

Definicja

Pobiera lub ustawia interwał czasu oczekiwania miejsca docelowego przed wysłaniem potwierdzenia do źródła komunikatów w niezawodnych kanałach utworzonych przez fabrykę.

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

Wartość właściwości

TimeSpan

Określa interwał czasu oczekiwania usługi do momentu wysłania potwierdzenia TimeSpan do źródła komunikatu. Wartość domyślna to 2 sekundy.

Atrybuty

Dotyczy