Partager via


ProviderHost.Disconnect Method (TimeSpan)

 

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.TimeSpan

    The amount of time to wait for the host to disconnect.

See Also

Disconnect Overload
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top