Freigeben über


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

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

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

Syntax

'Declaration
Sub DoRouteOnLoad ( _
    session As Session, _
    from As String, _
    frame As String, _
    id As Guid, _
    onLoadHistory As List(Of String) _
)
void DoRouteOnLoad (
    Session session,
    string from,
    string frame,
    Guid id,
    List<string> onLoadHistory
)
void DoRouteOnLoad (
    Session^ session, 
    String^ from, 
    String^ frame, 
    Guid id, 
    List<String^>^ onLoadHistory
)
void DoRouteOnLoad (
    Session session, 
    String from, 
    String frame, 
    Guid id, 
    List<String> onLoadHistory
)
function DoRouteOnLoad (
    session : Session, 
    from : String, 
    frame : String, 
    id : Guid, 
    onLoadHistory : List<String>
)

Parameters

  • session
  • from
  • frame
  • 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

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

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