ConnectionOrientedTransportElement.ChannelInitializationTimeout Property

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("channelInitializationTimeout", DefaultValue="00:01:00")]
public TimeSpan ChannelInitializationTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("channelInitializationTimeout", DefaultValue="00:01:00")>]
member this.ChannelInitializationTimeout : TimeSpan with get, set
Public Property ChannelInitializationTimeout As TimeSpan

Property Value

The maximum time the channel can be in the initialization status before being disconnected.

Attributes

Applies to