TimeOutAPI
01 Syntax
Microsoft.VisualBasic.Parallel.TimeOutAPI
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| OperationTimeOut | 1 | The returns value of TRUE represent of the target operation has been time out.(返回真,表示操作超时) |
| OperationTimeOut | 1 | |
| OperationTimeOut | 3 |
03 Members
OperationTimeOut``2(
Func(Of ``0, ``1), ``0, ``1, Double)The returns value of TRUE represent of the target operation has been time out.(返回真,表示操作超时)
Type Parameters
| Name | Description |
|---|---|
T | |
TOut |
Parameters
| Name | Type | Description |
|---|---|---|
handle | Func(Of ``0, ``1) | - |
out | ``0 | - |
timeOut | ``1 | The time unit of this parameter is second.(单位为秒) |
OperationTimeOut``1(
Func(Of ``0), ``0, Double)Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
handle | Func(Of ``0) | - |
Out | ``0 | - |
TimeOut | Double | The time unit of this parameter is second.(单位为秒) |
OperationTimeOut(
Action, Double)Parameters
| Name | Type | Description |
|---|---|---|
handle | Action | - |
TimeOut | Double | The time unit of this parameter is second.(单位为秒) |
OperationTimeOut(
Func(Of T, TOut), T, TOut, Double)OperationTimeOut(
Func(Of T), T, Double)