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