SessionOpenControllerEventArgs Class

Definition

Represents the event arguments for the SessionOpen(Guid, Guid) event.

public ref class SessionOpenControllerEventArgs : Microsoft::Uii::Csr::SessionControllerEventArgs
public class SessionOpenControllerEventArgs : Microsoft.Uii.Csr.SessionControllerEventArgs
type SessionOpenControllerEventArgs = class
    inherit SessionControllerEventArgs
Public Class SessionOpenControllerEventArgs
Inherits SessionControllerEventArgs
Inheritance
SessionOpenControllerEventArgs

Constructors

SessionOpenControllerEventArgs()

Initializes a new instance of the SessionOpenControllerEventArgs class.

SessionOpenControllerEventArgs(Guid, String, Guid, Boolean)

Initializes a new instance of the SessionOpenControllerEventArgs class.

Properties

ApplicationSessionId

Gets or sets the application session identifier.

OverrideSessionId

Gets or sets a Boolean value that specifies whether to use the ApplicationSessionId as the session ID.

SessionId

Gets or sets the session ID.

(Inherited from SessionControllerEventArgs)
SessionName

Gets or sets the session name.

(Inherited from SessionControllerEventArgs)

Applies to