Compartir a través de


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

See Also

ProviderCollectionRetrievedEventArgs<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace

Return to top