| ITransactionalQueueTPoll Method (Int64, TimeUnit) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax T Poll(
long timeout,
TimeUnit unit
)
Function Poll (
timeout As Long,
unit As TimeUnit
) As T
T Poll(
long long timeout,
TimeUnit unit
)
abstract Poll :
timeout : int64 *
unit : TimeUnit -> 'T
Parameters
- timeout
- Type: SystemInt64
- unit
- Type: Hazelcast.CoreTimeUnit
Return Value
Type:
TSee Also