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.
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.TimeSpanThe maximum interval in milliseconds to wait for a connection.
See Also
Connect Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top