Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the abstract class used by UII as the generalized base class for other adapters.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New AdapterContextChanged(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub AdapterContextChanged ( _
newContext As Context _
)
public delegate void AdapterContextChanged (
Context newContext
)
public delegate void AdapterContextChanged (
Context^ newContext
)
/** @delegate */
public delegate void AdapterContextChanged (
Context newContext
)
Parameters
- newContext
Specifies the new context.
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.