FabricClient.TestManagementClient.GetTestCommandStatusListAsync Method

Definition

Overloads

GetTestCommandStatusListAsync(CancellationToken)

Gets the status of test commands.

GetTestCommandStatusListAsync(TimeSpan)

Gets the status of test commands.

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Gets the status of test commands.

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

GetTestCommandStatusListAsync(CancellationToken)

Gets the status of test commands.

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)

Parameters

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

GetTestCommandStatusListAsync(TimeSpan)

Gets the status of test commands.

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)

Parameters

operationTimeout
TimeSpan

A timeout for the API call.

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Gets the status of test commands.

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)

Parameters

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

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)

Parameters

stateFilter
TestCommandStateFilter

This parameter can be used to filter by TestCommandState

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

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)

Parameters

typeFilter
TestCommandTypeFilter

This parameter can be used to filter by TestCommandType

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

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)

Parameters

stateFilter
TestCommandStateFilter

This parameter can be used to filter by TestCommandState

typeFilter
TestCommandTypeFilter

This parameter can be used to filter by TestCommandType

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to