Compartir a través de


ICRMWindowRouter.DoRouteDetermineRule 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 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)
Dim returnValue As WindowRoute

returnValue = instance.DoRouteDetermineRule(session, appname, field, fromsearch, crmurl, frame, routeType, onLoadHistory)

Syntax

'Declaration
Function DoRouteDetermineRule ( _
    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) _
) As WindowRoute
WindowRoute DoRouteDetermineRule (
    Session session,
    string appname,
    string field,
    string fromsearch,
    string crmurl,
    string frame,
    RouteType routeType,
    List<string> onLoadHistory
)
WindowRoute^ DoRouteDetermineRule (
    Session^ session, 
    String^ appname, 
    String^ field, 
    String^ fromsearch, 
    String^ crmurl, 
    String^ frame, 
    RouteType routeType, 
    List<String^>^ onLoadHistory
)
WindowRoute DoRouteDetermineRule (
    Session session, 
    String appname, 
    String field, 
    String fromsearch, 
    String crmurl, 
    String frame, 
    RouteType routeType, 
    List<String> onLoadHistory
)
function DoRouteDetermineRule (
    session : Session, 
    appname : String, 
    field : String, 
    fromsearch : String, 
    crmurl : String, 
    frame : String, 
    routeType : RouteType, 
    onLoadHistory : List<String>
) : WindowRoute

Parameters

  • session
  • appname
  • field
  • fromsearch
  • crmurl
  • frame
  • routeType
  • onLoadHistory

Return Value

Returns WindowRoute.

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.