WebbiWebProxyGetLocksAsync - метод

Get a list of blocks from redis.

Definition

Пространство имён: Tessa.Webbi
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public Task<Dictionary<string, string[]>> GetLocksAsync(
	string requestJwt,
	CancellationToken cancellationToken = default
)

Параметры

requestJwt  String
Request data packed into JWT.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskDictionaryString, String
Grouped lock lists.

См. также