Session.GetApplication Method
Returns the requested application or null if none.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As Session
Dim appId As Guid
Dim returnValue As IHostedApplication
returnValue = instance.GetApplication(appId)
Syntax
'Declaration
Public Overridable Function GetApplication ( _
appId As Guid _
) As IHostedApplication
public virtual IHostedApplication GetApplication (
Guid appId
)
public:
virtual IHostedApplication^ GetApplication (
Guid appId
)
public IHostedApplication GetApplication (
Guid appId
)
public function GetApplication (
appId : Guid
) : IHostedApplication
Parameters
- appId
Return Value
An IHostedApplication reference or null
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Session Class
Session Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.