SessionEventArgs Class

Definition

Contains payload for SessionStarted and SessionStopped events.

public class SessionEventArgs : EventArgs
type SessionEventArgs = class
    inherit EventArgs
Public Class SessionEventArgs
Inherits EventArgs
Inheritance
SessionEventArgs
Derived

Properties

SessionId

Represents the session identifier.

Methods

ToString()

Returns a string that represents the session event.

Applies to