Partager via


ConnectorFactory.GetConnector Method

 

Returns a ProviderConnector<T> object for a provider of a contract on the local computer.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetConnector<T>()

Returns a ProviderConnector<T> object for the default provider.

System_CAPS_pubmethodSystem_CAPS_static GetConnector<T>(Object)

Returns a ProviderConnector<T> object with the specified callback object for the default provider.

System_CAPS_pubmethodSystem_CAPS_static GetConnector<T>(String)

Returns a ProviderConnector<T> object for a provider with the specified identifier.

System_CAPS_pubmethodSystem_CAPS_static GetConnector<T>(String, Object)

Returns a ProviderConnector<T> object with the specified callback for the provider with the specified identifier.

See Also

ConnectorFactory Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top