| Name | Description |
---|
![Public method Public method](../icons/pubMethod.gif) | LoadPdaConfigAsync(String) |
Asynchronously loads PDA configurations from a .json file and returns the configurations as message.
|
![Public method Public method](../icons/pubMethod.gif) | LoadPdaConfigAsync(LoadPdaConfigRequest, CallOptions) |
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).
|
![Public method Public method](../icons/pubMethod.gif) | LoadPdaConfigAsync(LoadPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
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).
|