Compartir a través de


CRMGlobalManager.DoRouteOnLoad Method (Session, String, String, String, String, String, Boolean, Boolean, 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 frame As String
Dim field As String
Dim entity As String
Dim id As String
Dim ignoreAction As Boolean
Dim allowReplace As Boolean
Dim routeType As RouteType
Dim onLoadHistory As List(Of String)

instance.DoRouteOnLoad(session, appname, frame, field, entity, id, ignoreAction, allowReplace, routeType, onLoadHistory)

Syntax

'Declaration
Public Sub DoRouteOnLoad ( _
    session As Session, _
    appname As String, _
    frame As String, _
    field As String, _
    entity As String, _
    id As String, _
    ignoreAction As Boolean, _
    allowReplace As Boolean, _
    routeType As RouteType, _
    onLoadHistory As List(Of String) _
)
public void DoRouteOnLoad (
    Session session,
    string appname,
    string frame,
    string field,
    string entity,
    string id,
    bool ignoreAction,
    bool allowReplace,
    RouteType routeType,
    List<string> onLoadHistory
)
public:
virtual void DoRouteOnLoad (
    Session^ session, 
    String^ appname, 
    String^ frame, 
    String^ field, 
    String^ entity, 
    String^ id, 
    bool ignoreAction, 
    bool allowReplace, 
    RouteType routeType, 
    List<String^>^ onLoadHistory
) sealed
public final void DoRouteOnLoad (
    Session session, 
    String appname, 
    String frame, 
    String field, 
    String entity, 
    String id, 
    boolean ignoreAction, 
    boolean allowReplace, 
    RouteType routeType, 
    List<String> onLoadHistory
)
public final function DoRouteOnLoad (
    session : Session, 
    appname : String, 
    frame : String, 
    field : String, 
    entity : String, 
    id : String, 
    ignoreAction : boolean, 
    allowReplace : boolean, 
    routeType : RouteType, 
    onLoadHistory : List<String>
)

Parameters

  • appname
  • field
  • entity
  • id
  • ignoreAction
  • allowReplace
  • routeType
    This parameter is specified here for CTI calls to support both types, however, it is the intention that this method will support OnLoad types only
  • onLoadHistory

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.