ProviderHost.Open Method ()
Opens the hosted provider, which makes it available to client applications, and registers the provider with the Provider Registry Service.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void Open()
public:
void Open()
Public Sub Open
Exceptions
Exception | Condition |
---|---|
ProviderException | An error occurred during an operation call to the provider. |
See Also
Open Overload
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top