Click or drag to resize

ConfigurationConfigurationClientSetPdaConfigAsync(String) Method

Asynchronously sets the PDA configuration from 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 Task<Status> SetPdaConfigAsync(
	string path
)

Parameters

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

Return Value

TaskStatus

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Configuration.ConfigurationClient.SetPdaConfigAsync(System.String)"]

See Also