Поделиться через


ConnectionOrientedTransportElement.ChannelInitializationTimeout Свойство

Определение

Возвращает или задает максимальное время, в течение которого канал может находиться в состоянии инициализации перед отключением.

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

Значение свойства

Структура TimeSpan, в которой указывается максимальное время, в течение которого канал может находиться в состоянии инициализации перед отключением.

Атрибуты

Применяется к