Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ApplicationHost class.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim sessionID As Guid
Dim globalSession As Boolean
Dim instance As New ApplicationHost(sessionID, globalSession)
Syntax
'Declaration
Public Sub New ( _
sessionID As Guid, _
globalSession As Boolean _
)
public ApplicationHost (
Guid sessionID,
bool globalSession
)
public:
ApplicationHost (
Guid sessionID,
bool globalSession
)
public ApplicationHost (
Guid sessionID,
boolean globalSession
)
public function ApplicationHost (
sessionID : Guid,
globalSession : boolean
)
Parameters
- sessionID
Specifies the ID of the session this ApplicationHost is associated with
- globalSession
True if the host application is associated with a global session, false otherwise.
Remarks
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.