共用方式為


RegisterResponseInfo.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,可為對等的註冊指定存留期。

適用於