Share via


StorageManager.Connect Method (TimeSpan)

 

Connects the Storage Manager with the Storage Provider in the specified time interval.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public void Connect(
    TimeSpan interval
)
public:
void Connect(
    TimeSpan interval
)
Public Sub Connect (
    interval As TimeSpan
)

Parameters

  • interval
    Type: System.TimeSpan

    The maximum interval in milliseconds to wait for a connection.

See Also

Connect Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top