ConfigurationConfigurationClientSavePdaConfig(String) Method |
Saves the PDA configurations to a .json file.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public void SavePdaConfig(
string path
)
Parameters
- path String
- Path to save the .json file holding the PD configurations to.
The path must be reachable from the service.
See Also