WebbiWebProxyGetCommandStatusAsync - метод

Get command execution status.

Definition

Пространство имён: Tessa.Webbi
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public Task<ReadOnlyCollection<DiscoveryCommandResponse>> GetCommandStatusAsync(
	string statusRequestJwt,
	CancellationToken cancellationToken
)

Параметры

statusRequestJwt  String
WebbiWebProxyCommandStatusRequest JWT.
cancellationToken  CancellationToken
Propagates notification that operations should be canceled.

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

TaskReadOnlyCollectionDiscoveryCommandResponse
List of DiscoveryCommandResponse command responses.

См. также