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