FabricClient.TestManagementClient.GetTestCommandStatusListAsync Método

Definição

Sobrecargas

GetTestCommandStatusListAsync(CancellationToken)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(TimeSpan)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

GetTestCommandStatusListAsync(CancellationToken)

Obtém o status de comandos de teste.

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

Esse token pode ser sinalizado para anular essa operação antes de ser concluído

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a

GetTestCommandStatusListAsync(TimeSpan)

Obtém o status de comandos de teste.

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

Um tempo limite para a chamada à API.

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

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

Um tempo limite para a chamada à API.

cancellationToken
CancellationToken

Esse token pode ser sinalizado para anular essa operação antes de ser concluído

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

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

Esse parâmetro pode ser usado para filtrar por TestCommandState

operationTimeout
TimeSpan

Um tempo limite para a chamada à API.

cancellationToken
CancellationToken

Esse token pode ser sinalizado para anular essa operação antes de ser concluído

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

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

Esse parâmetro pode ser usado para filtrar por TestCommandType

operationTimeout
TimeSpan

Um tempo limite para a chamada à API.

cancellationToken
CancellationToken

Esse token pode ser sinalizado para anular essa operação antes de ser concluído

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtém o status de comandos de teste.

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

Esse parâmetro pode ser usado para filtrar por TestCommandState

typeFilter
TestCommandTypeFilter

Esse parâmetro pode ser usado para filtrar por TestCommandType

operationTimeout
TimeSpan

Um tempo limite para a chamada à API.

cancellationToken
CancellationToken

Esse token pode ser sinalizado para anular essa operação antes de ser concluído

Retornos

Um TestCommandStatusList, que é uma IList de objetos TestCommandStatus

Comentários

O FaultAnalysisService deve ser habilitado para usar essa API.

Aplica-se a