WebbiWebProxySendCommandAsync - метод

Send JWT encoded and signed command to specified mamagement webbi route from external contour.

Definition

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

Параметры

commandJwt  String
Command JWT.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskISetString
Unique components ids, whose are interested in handling of this command.

См. также