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.
Waits for a connection to be made. This method does not implicitly start a connection.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public void WaitForConnection(
TimeSpan ts
)
public:
void WaitForConnection(
TimeSpan ts
)
Public Sub WaitForConnection (
ts As TimeSpan
)
Parameters
ts
Type: System.TimeSpanThe TimeSpan object that defines the time to wait for a connection.
See Also
SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top