Click or drag to resize

ClientNetworkService_CloudFunctionsSaveStringAsync Method

Save string values by keys to the server's database. Gettings the updated data for next SaveStrings and LoadStrings calls are guaranteed when this method's task is completed.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Task<ClientNetworkService_CloudFunctionsSaveStringsResult> SaveStringAsync(
	string key,
	string value,
	CancellationToken cancellationToken = default
)

Parameters

key  String
value  String
cancellationToken  CancellationToken  (Optional)

Return Value

TaskClientNetworkService_CloudFunctionsSaveStringsResult
See Also