Click or drag to resize

TransactionOptionsGetTimeoutMillis Method

Gets the timeout in milliseconds.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public long GetTimeoutMillis()

Return Value

Type: Int64
the timeout in milliseconds.
Remarks
Gets the timeout in milliseconds.
See Also