Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Represents a request to fire an action. Not used by all adapters.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("This delegate has been deprecated, use AdapterFireRequestAction instead!")]
public delegate void AdapterRequestAction(
string applicationName,
string actionName,
string data
)
<ObsoleteAttribute("This delegate has been deprecated, use AdapterFireRequestAction instead!")>
Public Delegate Sub AdapterRequestAction (
applicationName As String,
actionName As String,
data As String
)
Parameters
applicationName
Type: System.StringSpecifies the application name.
actionName
Type: System.StringSpecifies the action name.
data
Type: System.StringSpecifies the data.
See Also
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright