Exception thrown when database request expires before completing.
Inheritance Hierarchy
SystemException
Aerospike.ClientAerospikeException
Aerospike.ClientAerospikeExceptionTimeout
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class Timeout : AerospikeException
The AerospikeExceptionTimeout type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AerospikeExceptionTimeout(Int32, Boolean) |
Create timeout exception.
|
![]() | AerospikeExceptionTimeout(Policy, Boolean) |
Create timeout exception with statistics.
|
![]() | AerospikeExceptionTimeout(Policy, Int32) |
Create timeout exception with policy and iteration.
|
Properties
Name | Description | |
---|---|---|
![]() | InDoubt |
Is it possible that write transaction may have completed.
(Inherited from AerospikeException.) |
![]() | Iteration |
Number of attempts before failing.
(Inherited from AerospikeException.) |
![]() | Message |
Get timeout message with statistics.
(Overrides AerospikeExceptionMessage.) |
![]() | Node |
Last node used.
(Inherited from AerospikeException.) |
![]() | Policy |
Transaction policy.
(Inherited from AerospikeException.) |
![]() | Result |
Get integer result code.
(Inherited from AerospikeException.) |
Methods
Name | Description | |
---|---|---|
![]() | KeepConnection |
Should connection be put back into pool.
(Inherited from AerospikeException.) |
![]() | ShouldSerializeNode |
Signal the Newtonsoft JSON serializer that Node should not be serialized.
There is no need to call this method directly.
(Inherited from AerospikeException.) |
Fields
Name | Description | |
---|---|---|
![]() | client |
If true, client initiated timeout. If false, server initiated the timeout.
|
![]() | socketTimeout |
Socket idle timeout in milliseconds.
|
![]() | totalTimeout |
Total timeout in milliseconds.
|
See Also