SessionControllerEventArgs Class

Definition

Represents the session controller event arguments class.

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

Constructors

SessionControllerEventArgs()

Initializes a new instance of the SessionControllerEventArgs class.

SessionControllerEventArgs(Guid, String)

Initializes a new instance of the SessionControllerEventArgs class.

Properties

SessionId

Gets or sets the session ID.

SessionName

Gets or sets the session name.

Applies to