Compartir a través de


ICRMWindowRouter.GetApp Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ICRMWindowRouter
Dim session As Session
Dim appname As String
Dim returnValue As IHostedApplication

returnValue = instance.GetApp(session, appname)

Syntax

'Declaration
Function GetApp ( _
    session As Session, _
    appname As String _
) As IHostedApplication
IHostedApplication GetApp (
    Session session,
    string appname
)
IHostedApplication^ GetApp (
    Session^ session, 
    String^ appname
)
IHostedApplication GetApp (
    Session session, 
    String appname
)
function GetApp (
    session : Session, 
    appname : String
) : IHostedApplication

Parameters

  • session
  • appname

Return Value

Returns IHostedApplication.

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

ICRMWindowRouter Interface
ICRMWindowRouter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.