Click or drag to resize

ConfigurationConfigurationClientLoadPdaConfigAsync(String) Method

Asynchronously loads PDA configurations from a .json file and returns the configurations as message.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public Task<CardConfigurations> LoadPdaConfigAsync(
	string path
)

Parameters

path  String
Path to the .json file holding the PDA configurations. The path must be reachable from the service.

Return Value

TaskCardConfigurations
PDA configurations as message.
See Also