MsmqElementBase.ValidityDuration 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
대기 중인 채널과 함께 사용될 때 연결 제한 시간을 지정하는 값을 가져오거나 설정합니다.
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
속성 값
큐에 대기된 채널과 함께 사용되는 경우 연결 시간 제한입니다.
- 특성
설명
중요
ValidityDuration이 메시지에 대해 만료되면 해당 처리에 사용되는 모든 트랜잭션은 트랜잭션 동안 만료가 발생한 경우 워크플로 인스턴스와 함께 중단됩니다.