AboutAboutClient Class

Client for About

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public class AboutClient : ClientBase<AboutAboutClient>
Inheritance
Object    ClientBase    ClientBaseAboutAboutClient    AboutAboutClient

Constructors

AboutAboutClient(CallInvoker)Creates a new client for About that uses a custom CallInvoker.
AboutAboutClient(ChannelBase)Creates a new client for About

Methods

Get(AboutRequest, CallOptions) 
Get(AboutRequest, Metadata, NullableDateTime, CancellationToken) 
GetAsync(AboutRequest, CallOptions) 
GetAsync(AboutRequest, Metadata, NullableDateTime, CancellationToken) 
WithHost Creates a new client that sets host field for calls explicitly. gRPC supports multiple "hosts" being served by a single server. By default (if a client was not created by calling this method), host null with the meaning "use default host" is used.
(Inherited from ClientBaseAboutAboutClient)

See Also