AuthServiceAuthServiceClientGet(AerospikeAuthRequest, Metadata, NullableDateTime, CancellationToken) Method

[Missing <summary> documentation for "M:Aerospike.Client.Auth.AuthService.AuthServiceClient.Get(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 AerospikeAuthResponse Get(
	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

AerospikeAuthResponse

See Also