共用方式為


RefreshResponseInfo.RegistrationLifetime 屬性

定義

取得或設定時間量,註冊項目將在經過這段時間後到期並由解析程式服務移除。

public:
 property TimeSpan RegistrationLifetime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RegistrationLifetime { get; set; }
member this.RegistrationLifetime : TimeSpan with get, set
Public Property RegistrationLifetime As TimeSpan

屬性值

TimeSpan

指定新的時間量的 TimeSpan,註冊項目將在經過這段時間後到期並由解析程式服務移除。

適用於