Waits for specified period of time (in milliseconds) while overlapped read/write operation is in progress.
| Visual Basic .NET | Function Wait(ByVal time As UInt32) As Boolean
|
|---|---|
| Visual C# | Boolean Wait(UInt32 time);
|
time
[in] time (in milliseconds) while waiting of overlapped read/write operation.
Returns true if the operation is completed, false otherwise.