AuthServiceAuthServiceClient(ChannelBase) Constructor

Creates a new client for AuthService

Definition

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

Parameters

channel  ChannelBase
The channel to use to make remote calls.

See Also