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