Click or drag to resize

Configuration.ConfigurationBase.SavePdaConfig Method

Save the current server configuration as a .json file to path (relative to service).

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
public virtual Task<SavePdaConfigReply> SavePdaConfig(
	SavePdaConfigRequest request,
	ServerCallContext context
)

Parameters

request  SavePdaConfigRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

Task<SavePdaConfigReply>
The response to send back to the client (wrapped by a task).
See Also