CRMGlobalManager.AsyncDoRouteDelegate Delegate
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public delegate bool AsyncDoRouteDelegate(
string appname,
string field,
string fromsearch,
string crmurl,
string frame,
bool showTab,
bool ignoreAction,
bool allowReplace,
CRMGlobalManager.RouteType routeType,
List<string> onLoadHistory,
bool autoShowOutside,
Session session = null
)
Public Delegate Function AsyncDoRouteDelegate (
appname As String,
field As String,
fromsearch As String,
crmurl As String,
frame As String,
showTab As Boolean,
ignoreAction As Boolean,
allowReplace As Boolean,
routeType As CRMGlobalManager.RouteType,
onLoadHistory As List(Of String),
autoShowOutside As Boolean,
session As Session
) As Boolean
Parameters
- appname
Type: System.String
- field
Type: System.String
- fromsearch
Type: System.String
- crmurl
Type: System.String
- frame
Type: System.String
- showTab
Type: System.Boolean
- ignoreAction
Type: System.Boolean
- allowReplace
Type: System.Boolean
- onLoadHistory
Type: System.Collections.Generic.List<String>
- autoShowOutside
Type: System.Boolean
- session
Type: Microsoft.Uii.Csr.Session
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright