SessionEventArgs クラス
class SessionEventArgs
: public EventArgs
セッション イベント引数の基底クラス。
メンバー
SessionId
構文: public const std::string & SessionId;
セッション識別子 (文字列形式の GUID)。
SessionEventArgs
構文: public inline explicit SessionEventArgs ( SPXEVENTHANDLE hevent );
コンストラクターです。
パラメーター
hevent
イベント ハンドル
~SessionEventArgs
構文: public inline virtual ~SessionEventArgs ( );