Gets and sets how long a separate loading thread should wait for data.
Read-write property
Visual Basic |
---|
Public Property FileTimeout As Long |
The time in milliseconds for how long a separate loading thread should wait for data.
When the Async property is True, this property specifies how long in milliseconds a separate loading thread should wait for data before unblocking and returning an error. A FileTimeout of 0 means that the thread will wait infinitely.