RecroSecServiceUpdateUserStateSettingsAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 10.2.0.10716
C#
public Task<bool> UpdateUserStateSettingsAsync(
	IDictionary<string, string?> settings
)

Parameters

settings  IDictionaryString, String
 

Return Value

TaskBoolean

Implements

IRecroSecService.UpdateUserStateSettingsAsync(IDictionaryString, String)

See Also