AuthServiceAuthServiceClientGetAsync(AerospikeAuthRequest, CallOptions) Method

[Missing <summary> documentation for "M:Aerospike.Client.Auth.AuthService.AuthServiceClient.GetAsync(Aerospike.Client.Auth.AerospikeAuthRequest,Grpc.Core.CallOptions)"]

Definition

Namespace: Aerospike.Client.Auth
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AsyncUnaryCall<AerospikeAuthResponse> GetAsync(
	AerospikeAuthRequest request,
	CallOptions options
)

Parameters

request  AerospikeAuthRequest
 
options  CallOptions
 

Return Value

AsyncUnaryCallAerospikeAuthResponse

See Also