Share via


FabricClient.TestManagementClient.GetTestCommandStatusListAsync Method

Definition

Overloads

GetTestCommandStatusListAsync(CancellationToken)

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
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to

GetTestCommandStatusListAsync(TimeSpan)

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
System.TimeSpan

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

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
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

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

operationTimeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

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

operationTimeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

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

operationTimeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<TestCommandStatusList>

Applies to