public sealed class Timeout : AerospikeException
AerospikeException.Timeout(Int32, Boolean, Exception) | Create timeout exception. |
AerospikeException.Timeout(Policy, Boolean, Exception) | Create timeout exception with statistics. |
AerospikeException.Timeout(Policy, Int32, Exception) | Create timeout exception with policy and iteration. |
BaseMessage |
Return base message without extra metadata.
(Inherited from AerospikeException) |
InDoubt |
Is it possible that write command may have completed.
(Inherited from AerospikeException) |
Iteration |
Number of attempts before failing.
(Inherited from AerospikeException) |
Message |
Get timeout message with statistics.
(Overrides AerospikeException.Message) |
Node |
Last node used.
(Inherited from AerospikeException) |
Policy |
Command policy.
(Inherited from AerospikeException) |
Result |
Get integer result code.
(Inherited from AerospikeException) |
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) |
client | If true, client initiated timeout. If false, server initiated the timeout. |
socketTimeout | Socket idle timeout in milliseconds. |
totalTimeout | Total timeout in milliseconds. |