AerospikeClientFactory Class

AerospikeClientFactory generates a new Client of the specified type with the specified ClientPolicy and sets up the cluster using the provided hosts.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public class AerospikeClientFactory
Inheritance
Object    AerospikeClientFactory

Constructors

AerospikeClientFactoryInitializes a new instance of the AerospikeClientFactory class

Methods

CreateAsyncClient Return an AsyncClient or AsyncClientProxy based on isProxy.
CreateClient Return an AerospikeClient or AerospikeClientProxy based on isProxy

See Also