Click or drag to resize

ClientNetworkService_CloudFunctionsLoadStringsAsync Method

Loads string values by keys from 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_CloudFunctionsLoadStringsResult> LoadStringsAsync(
	string[] keys,
	CancellationToken cancellationToken = default
)

Parameters

keys  String
cancellationToken  CancellationToken  (Optional)

Return Value

TaskClientNetworkService_CloudFunctionsLoadStringsResult
See Also