WebbiWebProxyGetCommandStatusAsync - метод
Get command execution status.
Пространство имён: Tessa.WebbiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Task<IReadOnlyList<DiscoveryCommandResponse>> GetCommandStatusAsync(
string statusRequestJwt,
CancellationToken cancellationToken
)
Public Function GetCommandStatusAsync (
statusRequestJwt As String,
cancellationToken As CancellationToken
) As Task(Of IReadOnlyList(Of DiscoveryCommandResponse))
public:
Task<IReadOnlyList<DiscoveryCommandResponse^>^>^ GetCommandStatusAsync(
String^ statusRequestJwt,
CancellationToken cancellationToken
)
member GetCommandStatusAsync :
statusRequestJwt : string *
cancellationToken : CancellationToken -> Task<IReadOnlyList<DiscoveryCommandResponse>>
- statusRequestJwt String
- WebbiWebProxyCommandStatusRequest JWT.
- cancellationToken CancellationToken
Propagates notification that operations should be canceled.
TaskIReadOnlyListDiscoveryCommandResponseList of
DiscoveryCommandResponse command responses.