Click or drag to resize

ConfigurationConfigurationClientGetPdaConfigAsync(GetPdaConfigRequest, CallOptions) Method

Gets the currently used configurations from the service.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual AsyncUnaryCall<GetPdaConfigReply> GetPdaConfigAsync(
	GetPdaConfigRequest request,
	CallOptions options
)

Parameters

request  GetPdaConfigRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

AsyncUnaryCallGetPdaConfigReply
The call object.
See Also