ProviderHost.Open Method (TimeSpan)
Opens the hosted provider with the specified timeout value, 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(
TimeSpan timeout
)
public:
void Open(
TimeSpan timeout
)
Public Sub Open (
timeout As TimeSpan
)
Parameters
timeout
Type: System.TimeSpanThe maximum time to wait for the operation to succeed.
See Also
Open Overload
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top