IPubSubListener Generic Interface
Represents the operations that are used by listeners to publish and subscribe to events.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Usage
'Usage
Dim instance As IPubSubListener(Of TData)
Syntax
'Declaration
Public Interface IPubSubListener(Of TData)
public interface IPubSubListener<TData>
generic<typename TData>
public interface class IPubSubListener
GenericParameters
- TData
The type of the data for the items that are involved in the events.
Platforms
Development Platforms
Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64
Target Platforms
Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials
See Also
Reference
IPubSubListener Members
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.