ConnectorFactory.GetConnectorCollection<T> Method ()
Returns a collection of connectors for a contract on the local computer.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public static ConnectorCollection<T> GetConnectorCollection<T>()
where T : class
public:
generic<typename T>
where T : ref class
static ConnectorCollection<T>^ GetConnectorCollection()
Public Shared Function GetConnectorCollection(Of T As Class) As ConnectorCollection(Of T)
Return Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ConnectorCollection<T>
An instance of ConnectorCollection<T>.
Type Parameters
- T
Represents the contract type.
See Also
ConnectorFactory Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top