Click or drag to resize

ConfigurationConfigurationClientLoadPdaConfigAsync(LoadPdaConfigRequest, CallOptions) Method

Load a .json configuration file (relative to server) and return it as proto message. This can be used to load a configuration and adopt it before applying it to the service with SetPdaConfig(). If only a .json configuration should be applied to the service, SetPdaConfig() can be directly called with the .json configuration path (reachable from the machine running 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<LoadPdaConfigReply> LoadPdaConfigAsync(
	LoadPdaConfigRequest request,
	CallOptions options
)

Parameters

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

Return Value

AsyncUnaryCallLoadPdaConfigReply
The call object.
See Also