StorageManager.Connect Method (Int32)
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(
int interval
)
public:
void Connect(
int interval
)
Public Sub Connect (
interval As Integer
)
Parameters
interval
Type: System.Int32The maximum interval in milliseconds to wait for a connection.
See Also
Connect Overload
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top