ConfigurationConfigurationClientSavePdaConfigAsync(SavePdaConfigRequest, CallOptions) Method |
Save the current server configuration as a .json file to path (relative to service).
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual AsyncUnaryCall<SavePdaConfigReply> SavePdaConfigAsync(
SavePdaConfigRequest request,
CallOptions options
)
Parameters
- request SavePdaConfigRequest
- The request to send to the server.
- options CallOptions
- The options for the call.
Return Value
AsyncUnaryCallSavePdaConfigReplyThe call object.
See Also