CRMGlobalManager.DoRoute Method (Session, String, String, String, String, Boolean, 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 field As String
Dim crmurl As String
Dim frame As String
Dim showTab As Boolean
Dim ignoreAction As Boolean
Dim allowReplace As Boolean
Dim routeType As RouteType
Dim onLoadHistory As List(Of String)
instance.DoRoute(session, appname, field, crmurl, frame, showTab, ignoreAction, allowReplace, routeType, onLoadHistory)
Syntax
'Declaration
Public Sub DoRoute ( _
session As Session, _
appname As String, _
field As String, _
crmurl As String, _
frame As String, _
showTab As Boolean, _
ignoreAction As Boolean, _
allowReplace As Boolean, _
routeType As RouteType, _
onLoadHistory As List(Of String) _
)
public void DoRoute (
Session session,
string appname,
string field,
string crmurl,
string frame,
bool showTab,
bool ignoreAction,
bool allowReplace,
RouteType routeType,
List<string> onLoadHistory
)
public:
void DoRoute (
Session^ session,
String^ appname,
String^ field,
String^ crmurl,
String^ frame,
bool showTab,
bool ignoreAction,
bool allowReplace,
RouteType routeType,
List<String^>^ onLoadHistory
)
public void DoRoute (
Session session,
String appname,
String field,
String crmurl,
String frame,
boolean showTab,
boolean ignoreAction,
boolean allowReplace,
RouteType routeType,
List<String> onLoadHistory
)
public function DoRoute (
session : Session,
appname : String,
field : String,
crmurl : String,
frame : String,
showTab : boolean,
ignoreAction : boolean,
allowReplace : boolean,
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.