IListenerRegistrarService Interface
Summary
The listener registrar service enables the web context manager to maintain a list of client URLs for notifying web pages about committed context change transactions.
Syntax
[ServiceContractAttribute(Name="IListenerRegistrarService")]
public interface IListenerRegistrarService : IBaseService
<ServiceContractAttribute("IListenerRegistrarService")>
Public Interface IListenerRegistrarService
Inherits IBaseService
[ServiceContractAttribute("IListenerRegistrarService")]
public interface class IListenerRegistrarService : public IBaseService