AuthServiceAuthServiceClientGetAsync(AerospikeAuthRequest, Metadata, NullableDateTime, CancellationToken) Method

[Missing <summary> documentation for "M:Aerospike.Client.Auth.AuthService.AuthServiceClient.GetAsync(Aerospike.Client.Auth.AerospikeAuthRequest,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)"]

Definition

Namespace: Aerospike.Client.Auth
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AsyncUnaryCall<AerospikeAuthResponse> GetAsync(
	AerospikeAuthRequest request,
	Metadata headers = null,
	DateTime? deadline = null,
	CancellationToken cancellationToken = default
)

Parameters

request  AerospikeAuthRequest
 
headers  Metadata  (Optional)
 
deadline  NullableDateTime  (Optional)
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

AsyncUnaryCallAerospikeAuthResponse

See Also