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 the abstract class that is used by UII developers to create external adapters.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New AdapterProcessChanged(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub AdapterProcessChanged ( _
process As Process _
)
public delegate void AdapterProcessChanged (
Process process
)
public delegate void AdapterProcessChanged (
Process^ process
)
/** @delegate */
public delegate void AdapterProcessChanged (
Process process
)
Parameters
- process
Specifies the process.
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.