ProviderCollectionRetrievedEventArgs<T> Constructor (IList<ProviderConnector<T>>)
Creates the list of connectors.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ProviderCollectionRetrievedEventArgs(
IList<ProviderConnector<T>> connectors
)
public:
ProviderCollectionRetrievedEventArgs(
IList<ProviderConnector<T>^>^ connectors
)
Public Sub New (
connectors As IList(Of ProviderConnector(Of T))
)
Parameters
connectors
Type: System.Collections.Generic.IList<ProviderConnector<T>>The connectors in the collection.
See Also
ProviderCollectionRetrievedEventArgs<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace
Return to top