WebbiWebProxySendCommandAsync - метод
Send JWT encoded and signed command to specified mamagement webbi route from external contour.
Пространство имён: Tessa.WebbiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Task<ISet<string>> SendCommandAsync(
string commandJwt,
CancellationToken cancellationToken = default
)
Public Function SendCommandAsync (
commandJwt As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ISet(Of String))
public:
Task<ISet<String^>^>^ SendCommandAsync(
String^ commandJwt,
CancellationToken cancellationToken = CancellationToken()
)
member SendCommandAsync :
commandJwt : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ISet<string>>
- commandJwt String
- Command JWT.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskISetStringUnique components ids, whose are interested in handling of this command.