RecroDictServiceGetDictionaryAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 10.0.0.11209
C#
public virtual Task<ConcurrentDictionary<string, string>> GetDictionaryAsync(
	string scope,
	string? language = null,
	bool authClient = true
)

Parameters

scope  String
 
language  String  (Optional)
 
authClient  Boolean  (Optional)
 

Return Value

TaskConcurrentDictionaryString, String

Implements

IRecroDictService.GetDictionaryAsync(String, String, Boolean)

See Also