Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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