AsyncDoRouteDelegate Delegate
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As New AsyncDoRouteDelegate(AddressOf HandlerMethod)
Syntax
'Declaration
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 RouteType, _
onLoadHistory As List(Of String), _
autoShowOutside As Boolean, _
<OptionalAttribute> Optional session As Session = Nothing _
) As Boolean
public delegate bool AsyncDoRouteDelegate (
string appname,
string field,
string fromsearch,
string crmurl,
string frame,
bool showTab,
bool ignoreAction,
bool allowReplace,
RouteType routeType,
List<string> onLoadHistory,
bool autoShowOutside,
[OptionalAttribute] Session session
)
public delegate bool AsyncDoRouteDelegate (
String^ appname,
String^ field,
String^ fromsearch,
String^ crmurl,
String^ frame,
bool showTab,
bool ignoreAction,
bool allowReplace,
RouteType routeType,
List<String^>^ onLoadHistory,
bool autoShowOutside,
[OptionalAttribute] Session^ session
)
/** @delegate */
public delegate boolean AsyncDoRouteDelegate (
String appname,
String field,
String fromsearch,
String crmurl,
String frame,
boolean showTab,
boolean ignoreAction,
boolean allowReplace,
RouteType routeType,
List<String> onLoadHistory,
boolean autoShowOutside,
/** @attribute OptionalAttribute() */ Session session
)
Parameters
- appname
- field
- fromsearch
- crmurl
- frame
- showTab
- ignoreAction
- allowReplace
- routeType
- onLoadHistory
- autoShowOutside
- session
Return Value
Returns Boolean.
Platforms
See Also
Reference
Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMGlobalManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.