Compartir a través de


CRMGlobalManager.DoRouteOnLoad Method (Session, String, String, Guid, List)

used for OnLoad routes only This method only handles OnLoad routes that are default A default onLoad route is one that occurs once after all the other OnLoad routes are determined and executed and after a page is loaded.

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 fromapp As String
Dim frame As String
Dim id As Guid
Dim onLoadHistory As List(Of String)

instance.DoRouteOnLoad(session, fromapp, frame, id, onLoadHistory)

Syntax

'Declaration
Public Sub DoRouteOnLoad ( _
    session As Session, _
    fromapp As String, _
    frame As String, _
    id As Guid, _
    onLoadHistory As List(Of String) _
)
public void DoRouteOnLoad (
    Session session,
    string fromapp,
    string frame,
    Guid id,
    List<string> onLoadHistory
)
public:
virtual void DoRouteOnLoad (
    Session^ session, 
    String^ fromapp, 
    String^ frame, 
    Guid id, 
    List<String^>^ onLoadHistory
) sealed
public final void DoRouteOnLoad (
    Session session, 
    String fromapp, 
    String frame, 
    Guid id, 
    List<String> onLoadHistory
)
public final function DoRouteOnLoad (
    session : Session, 
    fromapp : String, 
    frame : String, 
    id : Guid, 
    onLoadHistory : List<String>
)

Parameters

  • fromapp
  • id
  • 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.