ISession.Id 屬性

定義

取得可唯一識別此工作階段的識別碼。

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

屬性值

可唯一識別此工作階段的識別碼。

備註

如果此工作階段發生中斷,可以使用 Id 來擷取它。

適用於