Asynchronous info command result notification.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public interface InfoListener
The InfoListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | OnFailure |
This method is called when an asynchronous info command fails.
|
![]() | OnSuccess |
This method is called when an asynchronous info command completes successfully.
|
See Also