Click or drag to resize

ITransactionalQueueTPeek Method (Int64, TimeUnit)

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
T Peek(
	long timeout,
	TimeUnit unit
)

Parameters

timeout
Type: SystemInt64
unit
Type: Hazelcast.CoreTimeUnit

Return Value

Type: T
See Also