ConnectorFactory.GetServerConnectorCollection<T> Method ()
Returns a collection of connectors for a contract on the server.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public static ConnectorCollection<T> GetServerConnectorCollection<T>()
where T : class
public:
generic<typename T>
where T : ref class
static ConnectorCollection<T>^ GetServerConnectorCollection()
Public Shared Function GetServerConnectorCollection(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