Partager via


SettingsStore.WaitForConnection Method (TimeSpan)

 

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

    The TimeSpan object that defines the time to wait for a connection.

See Also

SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top