IPubSubListener.SendItemList Method
Sends all of the current items to the listener.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Usage
'Usage
Dim instance As IPubSubListener(Of TData)
Dim itemList As IList(Of TData)
instance.SendItemList(itemList)
Syntax
'Declaration
Sub SendItemList ( _
itemList As IList(Of TData) _
)
void SendItemList (
IList<TData> itemList
)
void SendItemList (
IList<TData>^ itemList
)
void SendItemList (
IList<TData> itemList
)
function SendItemList (
itemList : IList<TData>
)
Parameters
- itemList
The list that contains all of the current items.
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
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 Generic Interface
IPubSubListener Members
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.