ConnectorFactory.GetServerConnector Method

 

Returns a ProviderConnector<T> object for the default provider of a contract on the server.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetServerConnector<T>()

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

System_CAPS_pubmethodSystem_CAPS_static GetServerConnector<T>(Object)

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

System_CAPS_pubmethodSystem_CAPS_static GetServerConnector<T>(String)

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

System_CAPS_pubmethodSystem_CAPS_static GetServerConnector<T>(String, Object)

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

System_CAPS_pubmethodSystem_CAPS_static GetServerConnector<T>(String, Object, NetworkCredential)

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

See Also

ConnectorFactory Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top