Compartir a través de


CRMGlobalManager.DoRoute Method (Session, String, String, String, String, String, RouteType, List)

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

Usage

'Usage
Dim instance As CRMGlobalManager
Dim session As Session
Dim appname As String
Dim field As String
Dim fromsearch As String
Dim crmurl As String
Dim frame As String
Dim routeType As RouteType
Dim onLoadHistory As List(Of String)

instance.DoRoute(session, appname, field, fromsearch, crmurl, frame, routeType, onLoadHistory)

Syntax

'Declaration
Public Sub DoRoute ( _
    session As Session, _
    appname As String, _
    field As String, _
    fromsearch As String, _
    crmurl As String, _
    frame As String, _
    routeType As RouteType, _
    onLoadHistory As List(Of String) _
)
public void DoRoute (
    Session session,
    string appname,
    string field,
    string fromsearch,
    string crmurl,
    string frame,
    RouteType routeType,
    List<string> onLoadHistory
)
public:
virtual void DoRoute (
    Session^ session, 
    String^ appname, 
    String^ field, 
    String^ fromsearch, 
    String^ crmurl, 
    String^ frame, 
    RouteType routeType, 
    List<String^>^ onLoadHistory
) sealed
public final void DoRoute (
    Session session, 
    String appname, 
    String field, 
    String fromsearch, 
    String crmurl, 
    String frame, 
    RouteType routeType, 
    List<String> onLoadHistory
)
public final function DoRoute (
    session : Session, 
    appname : String, 
    field : String, 
    fromsearch : String, 
    crmurl : String, 
    frame : String, 
    routeType : RouteType, 
    onLoadHistory : List<String>
)

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

CRMGlobalManager Class
CRMGlobalManager Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

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