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.
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)
Usage
'Usage
Dim instance As New AdapterFireRequestAction(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub AdapterFireRequestAction ( _
args As RequestActionEventArgs _
)
public delegate void AdapterFireRequestAction (
RequestActionEventArgs args
)
public delegate void AdapterFireRequestAction (
RequestActionEventArgs^ args
)
/** @delegate */
public delegate void AdapterFireRequestAction (
RequestActionEventArgs args
)
Parameters
- args
Specifies the event arguments.
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.