ConnectorFactory Class

 

Represents a factory that is used to create a ProviderConnector<T>.

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

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework::ConnectorFactory

public ref class ConnectorFactory abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetConnector<T>()

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

System_CAPS_pubmethodSystem_CAPS_staticGetConnector<T>(Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetConnector<T>(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetConnector<T>(String^, Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetConnectorCollection<T>()

Returns a collection of connectors for a contract on the local computer.

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnector<T>()

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

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnector<T>(Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnector<T>(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnector<T>(String^, Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnector<T>(String^, Object^, NetworkCredential^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetServerConnectorCollection<T>()

Returns a collection of connectors for a contract on the server.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: