ProviderHost Constructor
Initializes a new instance of the ProviderHost class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Overload List
Name | Description | |
---|---|---|
ProviderHost(Object, String) | Initializes a new instance of the ProviderHost class with the specified contract object and identifier. |
|
ProviderHost(Object, String, IList<Type>) | Initializes a new instance of the ProviderHost class with the specified contract object, provider identifier, and optional list of contract objects. |
|
ProviderHost(Type, String) | Initializes a new instance of the ProviderHost class with the specified contract type and provider identifier. |
|
ProviderHost(Type, String, IList<Type>) | Initializes a new instance of the ProviderHost class with the specified contract type, provider identifier, and optional list of contract objects. |
See Also
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top