Compartilhar via


CRMGlobalManager.AsyncDoRoute Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As CRMGlobalManager
Dim appname As String
Dim field As String
Dim fromsearch 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)
Dim autoShowOutside As Boolean
Dim session As Session
Dim returnValue As Boolean

returnValue = instance.AsyncDoRoute(appname, field, fromsearch, crmurl, frame, showTab, ignoreAction, allowReplace, routeType, onLoadHistory, autoShowOutside, session)

Syntax

'Declaration
Public Function AsyncDoRoute ( _
    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 bool AsyncDoRoute (
    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:
bool AsyncDoRoute (
    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 boolean AsyncDoRoute (
    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
)
public function AsyncDoRoute (
    appname : String, 
    field : String, 
    fromsearch : String, 
    crmurl : String, 
    frame : String, 
    showTab : boolean, 
    ignoreAction : boolean, 
    allowReplace : boolean, 
    routeType : RouteType, 
    onLoadHistory : List<String>, 
    autoShowOutside : boolean, 
    session : Session
) : boolean

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.