SessionEventArgs class

定義會話事件的內容,例如 SessionStarted/Stopped、SoundStarted/Stopped。

建構函式

SessionEventArgs(string)

建立並初始化這個類別的實例。

屬性

sessionId

表示會話識別碼。

建構函式詳細資料

SessionEventArgs(string)

建立並初始化這個類別的實例。

new SessionEventArgs(sessionId: string)

參數

sessionId

string

會話識別碼。

屬性詳細資料

sessionId

表示會話識別碼。

string sessionId

屬性值

string

表示會話識別碼。