WebbiWebProxyGetLocksAsync - метод
Get a list of blocks from redis.
Пространство имён: Tessa.WebbiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Task<Dictionary<string, string[]>> GetLocksAsync(
string requestJwt,
CancellationToken cancellationToken = default
)
Public Function GetLocksAsync (
requestJwt As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Dictionary(Of String, String()))
public:
Task<Dictionary<String^, array<String^>^>^>^ GetLocksAsync(
String^ requestJwt,
CancellationToken cancellationToken = CancellationToken()
)
member GetLocksAsync :
requestJwt : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<Dictionary<string, string[]>>
- requestJwt String
- Request data packed into JWT.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskDictionaryString,
StringGrouped lock lists.