IWpfListenerChannelCallback Interface

 

Provides notifications from protocol managers to the worker process framework regarding listener channel status changes.

Syntax

class IWpfListenerChannelCallback : public IWpfReferencedObject  

Methods

The following table lists the methods exposed by the IWpfListenerChannelCallback interface.

Name Description
AddRef (Inherited from IWpfReferencedObject.)
GetBlob Retrieves data that the protocol manager will pass to a listener channel when the protocol manager is starting a listener channel.
GetId Retrieves the ID of a listener channel that needs to be started.
Release (Inherited from IWpfReferencedObject.)
ReportMessageReceived Notifies the worker process framework that a listener channel has received a message.
ReportStarted Notifies the worker process framework that a listener channel has started.
ReportStopped Notifies the worker process framework that a listener channel has shut down.

Remarks

The IWpfListenerChannelCallback interface provides notifications to the worker process framework regarding listener channel status changes. For example, when a protocol manager starts a listener channel, one of the parameters passed to the IPmListenerChannelManager::StartListenerChannel method is a pointer to an IWpfListenerChannelCallback interface. The protocol manager will use the IWpfListenerChannelCallback::ReportStarted method to report when the listener channel has started.

Inheritance Hierarchy

IWpfReferencedObject

IWpfListenerChannelCallback

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016 Technical Preview
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- IIS Express 7.5, IIS Express 8.0, IIS Express 10.0
Header Wpframework.h

See Also

ICustomActionResultCallback Interface
IHealthStatusCallback Interface
IPmCustomActions Interface
IPmHealthAndIdleMonitor Interface
IPmListenerChannelManager Interface
IProtocolManager Interface
IWorkerProcessFramework Interface
IWpfActions Interface
IWpfApplicationInfoUtil Interface
IWpfExposeProtocolManagerCustomInterface Interface
IWpfReferencedObject Interface
IWpfSettings Interface
Worker Process and Protocol Manager Interfaces
Worker Process Framework API Reference