SessionControllerEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |