Aerospike
C#
Show/Hide TOC
Async
Cluster Constructor
Initializes a new instance of the
AsyncCluster
class
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 5.4.0.0 (5.4.0)
C#
Copy
public
AsyncCluster
(
AsyncClientPolicy
policy
,
Host
[]
hosts
)
Parameters
policy
AsyncClientPolicy
hosts
Host
See Also
Reference
AsyncCluster Class
Aerospike.Client Namespace
In This Article
Definition
See Also