Compartir a través de


ExternalApplication.adapter_AdapterProcessChangedEvent Method

Event handler which is run when an adapter needs to notify UII of a process change.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim process As Process

Me.adapter_AdapterProcessChangedEvent(process)

Syntax

'Declaration
Protected Sub adapter_AdapterProcessChangedEvent ( _
    process As Process _
)
protected void adapter_AdapterProcessChangedEvent (
    Process process
)
protected:
void adapter_AdapterProcessChangedEvent (
    Process^ process
)
protected void adapter_AdapterProcessChangedEvent (
    Process process
)
protected function adapter_AdapterProcessChangedEvent (
    process : Process
)

Parameters

  • process

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

ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.