Click or drag to resize

ClientNetworkService_CloudFunctionsLoadStringAsync 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_CloudFunctionsLoadStringResult> LoadStringAsync(
	string key,
	CancellationToken cancellationToken = default
)

Parameters

key  String
cancellationToken  CancellationToken  (Optional)

Return Value

TaskClientNetworkService_CloudFunctionsLoadStringResult
See Also