AuthServiceAuthServiceClient(CallInvoker) Constructor

Creates a new client for AuthService that uses a custom CallInvoker.

Definition

Namespace: Aerospike.Client.Auth
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public AuthServiceClient(
	CallInvoker callInvoker
)

Parameters

callInvoker  CallInvoker
The callInvoker to use to make remote calls.

See Also