ConnectionOrientedTransportElement.ChannelInitializationTimeout Property

Definition

Gets or sets the maximum time the channel can be in the initialization status before being disconnected.

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

Property Value

A TimeSpan structure that specifies the maximum time the channel can be in the initialization status before being disconnected.

Attributes

Applies to