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 | |
---|---|---|
GetConnector<T>() | Returns a ProviderConnector<T> object for the default provider. |
|
GetConnector<T>(Object) | Returns a ProviderConnector<T> object with the specified callback object for the default provider. |
|
GetConnector<T>(String) | Returns a ProviderConnector<T> object for a provider with the specified identifier. |
|
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