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.
Disconnect the host within the specified time period.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void Disconnect(
TimeSpan timeout
)
public:
void Disconnect(
TimeSpan timeout
)
Public Sub Disconnect (
timeout As TimeSpan
)
Parameters
timeout
Type: System.TimeSpanThe amount of time to wait for the host to disconnect.
See Also
Disconnect Overload
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top