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 结构,指定通道在断开连接前可处于初始化状态的最长时间。

属性

适用于