ConnectorFactory.GetConnector<T> Method ()
Returns a ProviderConnector<T> object for the default provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public static ProviderConnector<T> GetConnector<T>()
where T : class
public:
generic<typename T>
where T : ref class
static ProviderConnector<T>^ GetConnector()
Public Shared Function GetConnector(Of T As Class) As ProviderConnector(Of T)
Return Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderConnector<T>
An instance of ProviderConnector<T> that has not started a connection.
Type Parameters
- T
Represents the contract type.
See Also
GetConnector Overload
ConnectorFactory Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top