MsmqBindingElementBase.ValidityDuration 속성

정의

대기 중인 채널과 함께 사용될 때 연결 제한 시간을 지정하는 값을 가져오거나 설정합니다.

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

속성 값

TimeSpan

큐에 대기된 채널과 함께 사용되는 경우 연결 시간 제한입니다.

특성

설명

중요

ValidityDuration이 메시지에 대해 만료되면 해당 처리에 사용되는 모든 트랜잭션은 트랜잭션 동안 만료가 발생한 경우 워크플로 인스턴스와 함께 중단됩니다.

적용 대상