Click or drag to resize

ConfigurationConfigurationClientSavePdaConfig(String) Method

Saves the PDA configurations to a .json file.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
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