ProviderConnector<T>.WaitForTimeout Method (TimeSpan)
Waits the specified duration for a connection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void WaitForTimeout(
TimeSpan duration
)
public:
void WaitForTimeout(
TimeSpan duration
)
Public Sub WaitForTimeout (
duration As TimeSpan
)
Parameters
duration
Type: System.TimeSpanThe duration of time to wait for a connection.
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top