SessionControllerEventArgs Constructors
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.
Overloads
SessionControllerEventArgs() |
Initializes a new instance of the SessionControllerEventArgs class. |
SessionControllerEventArgs(Guid, String) |
Initializes a new instance of the SessionControllerEventArgs class. |
SessionControllerEventArgs()
Initializes a new instance of the SessionControllerEventArgs class.
public:
SessionControllerEventArgs();
public SessionControllerEventArgs ();
Public Sub New ()
Applies to
SessionControllerEventArgs(Guid, String)
Initializes a new instance of the SessionControllerEventArgs class.
public:
SessionControllerEventArgs(Guid sessionId, System::String ^ sessionName);
public SessionControllerEventArgs (Guid sessionId, string sessionName);
new Microsoft.Uii.Csr.SessionControllerEventArgs : Guid * string -> Microsoft.Uii.Csr.SessionControllerEventArgs
Public Sub New (sessionId As Guid, sessionName As String)
Parameters
- sessionId
- Guid
Specifies the session ID.
- sessionName
- String
Specifies the session name.