Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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