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