Compartir a través de


FabricClient.TestManagementClient.GetTestCommandStatusListAsync Método

Definición

Sobrecargas

GetTestCommandStatusListAsync(CancellationToken)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(TimeSpan)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

GetTestCommandStatusListAsync(CancellationToken)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Parámetros

cancellationToken
CancellationToken

Este token se puede indicar para anular esta operación antes de que finalice.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a

GetTestCommandStatusListAsync(TimeSpan)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout);
member this.GetTestCommandStatusListAsync : TimeSpan -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan) As Task(Of TestCommandStatusList)

Parámetros

operationTimeout
TimeSpan

Tiempo de espera de la llamada API.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Parámetros

operationTimeout
TimeSpan

Tiempo de espera de la llamada API.

cancellationToken
CancellationToken

Este token se puede indicar para anular esta operación antes de que finalice.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandStateFilter stateFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Parámetros

stateFilter
TestCommandStateFilter

Este parámetro se puede usar para filtrar por TestCommandState

operationTimeout
TimeSpan

Tiempo de espera de la llamada API.

cancellationToken
CancellationToken

Este token se puede indicar para anular esta operación antes de que finalice.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Parámetros

typeFilter
TestCommandTypeFilter

Este parámetro se puede usar para filtrar por TestCommandType

operationTimeout
TimeSpan

Tiempo de espera de la llamada API.

cancellationToken
CancellationToken

Este token se puede indicar para anular esta operación antes de que finalice.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtiene el estado de los comandos de prueba.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandStateFilter stateFilter, System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Parámetros

stateFilter
TestCommandStateFilter

Este parámetro se puede usar para filtrar por TestCommandState

typeFilter
TestCommandTypeFilter

Este parámetro se puede usar para filtrar por TestCommandType

operationTimeout
TimeSpan

Tiempo de espera de la llamada API.

cancellationToken
CancellationToken

Este token se puede indicar para anular esta operación antes de que finalice.

Devoluciones

Un objeto TestCommandStatusList, que es un objeto IList de TestCommandStatus

Comentarios

FaultAnalysisService debe estar habilitado para usar esta API.

Se aplica a