SessionOpenControllerEventArgs 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
SessionOpenControllerEventArgs() |
Initializes a new instance of the SessionOpenControllerEventArgs class. |
SessionOpenControllerEventArgs(Guid, String, Guid, Boolean) |
Initializes a new instance of the SessionOpenControllerEventArgs class. |
SessionOpenControllerEventArgs()
Initializes a new instance of the SessionOpenControllerEventArgs class.
public:
SessionOpenControllerEventArgs();
public SessionOpenControllerEventArgs ();
Public Sub New ()
Applies to
SessionOpenControllerEventArgs(Guid, String, Guid, Boolean)
Initializes a new instance of the SessionOpenControllerEventArgs class.
public:
SessionOpenControllerEventArgs(Guid sessionId, System::String ^ sessionName, Guid applicationSessionId, bool overrideSessionId);
public SessionOpenControllerEventArgs (Guid sessionId, string sessionName, Guid applicationSessionId, bool overrideSessionId);
new Microsoft.Uii.Csr.SessionOpenControllerEventArgs : Guid * string * Guid * bool -> Microsoft.Uii.Csr.SessionOpenControllerEventArgs
Public Sub New (sessionId As Guid, sessionName As String, applicationSessionId As Guid, overrideSessionId As Boolean)
Parameters
- sessionId
- Guid
Specifies the session ID.
- sessionName
- String
Specifies the session name.
- applicationSessionId
- Guid
Specifies the application session ID.
- overrideSessionId
- Boolean
True
to use the ApplicationSessionId as the session ID; false
otherwise.