AsyncCluster Constructor

Initializes a new instance of the AsyncCluster class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public AsyncCluster(
	AsyncClientPolicy policy,
	Host[] hosts
)

Parameters

policy  AsyncClientPolicy
 
hosts  Host
 

See Also