IRecroDictServiceGetDictionaryAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.Services
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.0.0+e8283e3f27c12b225538d1f420c3624f3932ffc8
C#
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

See Also