ConfigurationConfigurationClientSavePdaConfigAsync(String) Method |
Asynchronously 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 Task SavePdaConfigAsync(
string path
)
Parameters
- path String
- Path to save the .json file holding the PD configurations to.
The path must be reachable from the service.
Return Value
Task[Missing <returns> documentation for "M:RAYLASE.PDA.API.Configuration.ConfigurationClient.SavePdaConfigAsync(System.String)"]
See Also