ILease.SponsorshipTimeout 속성

정의

임대 갱신 시간과 함께 스폰서가 반환될 때까지 대기할 시간을 가져오거나 설정합니다.

public:
 property TimeSpan SponsorshipTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SponsorshipTimeout { get; set; }
public TimeSpan SponsorshipTimeout { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.SponsorshipTimeout : TimeSpan with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.SponsorshipTimeout : TimeSpan with get, set
Public Property SponsorshipTimeout As TimeSpan

속성 값

임대 갱신 시간과 함께 스폰서가 반환될 때까지 대기할 시간입니다.

특성

예외

직접 실행 호출자가 인터페이스에 대한 참조를 통해 호출하며 인프라 권한이 없는 경우

설명

경우는 SponsorshipTimeoutTimeSpan.Zero에이 임대를 스폰서 걸립니다. 그런 다음입니다.

스폰서 제한 시간 내에서 임대를 갱신 하는 호출에 응답 하지 않으면, 소멸 가정 하 고 현재 임대를 스폰서 목록에서 제거 됩니다.

적용 대상