Share via


FabricClient.TestManagementClient.GetPartitionRestartProgressAsync Method

Definition

Overloads

GetPartitionRestartProgressAsync(Guid, TimeSpan)

public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync(Guid operationId, TimeSpan timeout);
member this.GetPartitionRestartProgressAsync : Guid * TimeSpan -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, timeout As TimeSpan) As Task(Of PartitionRestartProgress)

Parameters

operationId
System.Guid
timeout
System.TimeSpan

Returns

System.Threading.Tasks.Task<PartitionRestartProgress>

Applies to

GetPartitionRestartProgressAsync(Guid)

public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync(Guid operationId);
member this.GetPartitionRestartProgressAsync : Guid -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid) As Task(Of PartitionRestartProgress)

Parameters

operationId
System.Guid

Returns

System.Threading.Tasks.Task<PartitionRestartProgress>

Applies to

GetPartitionRestartProgressAsync(Guid, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync(Guid operationId, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionRestartProgressAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, cancellationToken As CancellationToken) As Task(Of PartitionRestartProgress)

Parameters

operationId
System.Guid
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<PartitionRestartProgress>

Applies to

GetPartitionRestartProgressAsync(Guid, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress> GetPartitionRestartProgressAsync(Guid operationId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionRestartProgressAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.PartitionRestartProgress>
Public Function GetPartitionRestartProgressAsync (operationId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of PartitionRestartProgress)

Parameters

operationId
System.Guid
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<PartitionRestartProgress>

Applies to