| MultiInputRecordReaderTWaitForInputs Method |
Waits until the specified number of inputs becomes available for all currently active partitions.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax protected bool WaitForInputs(
int inputCount,
int timeout
)
Protected Function WaitForInputs (
inputCount As Integer,
timeout As Integer
) As Boolean
protected:
bool WaitForInputs(
int inputCount,
int timeout
)
member WaitForInputs :
inputCount : int *
timeout : int -> bool
Parameters
- inputCount
- Type: SystemInt32
The number of inputs to wait for. - timeout
- Type: SystemInt32
The maximum amount of time to wait, in milliseconds, or Infinite to wait indefinitely.
Return Value
Type:
Boolean if a new input is available;
if the timeout expired.
Remarks See Also