Share via


FabricClient.FaultManagementClient.MovePrimaryAsync Method

Definition

Overloads

MovePrimaryAsync(String, PartitionSelector, Boolean, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints, TimeSpan operationTimeout, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector * bool * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector, ignoreConstraints As Boolean, operationTimeout As TimeSpan, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean
operationTimeout
System.TimeSpan
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(String, PartitionSelector, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector, TimeSpan operationTimeout, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector, operationTimeout As TimeSpan, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector
operationTimeout
System.TimeSpan
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(String, PartitionSelector, Boolean, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector, ignoreConstraints As Boolean, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector, Boolean, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints, TimeSpan operationTimeout, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector * bool * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector, ignoreConstraints As Boolean, operationTimeout As TimeSpan, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean
operationTimeout
System.TimeSpan
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(String, PartitionSelector, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(String, PartitionSelector, Boolean)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector * bool -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector, ignoreConstraints As Boolean) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector, TimeSpan operationTimeout, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector, operationTimeout As TimeSpan, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector
operationTimeout
System.TimeSpan
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(String, PartitionSelector)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(string nodeName, System.Fabric.PartitionSelector partitionSelector);
member this.MovePrimaryAsync : string * System.Fabric.PartitionSelector -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (nodeName As String, partitionSelector As PartitionSelector) As Task(Of MovePrimaryResult)

Parameters

nodeName
System.String
partitionSelector
PartitionSelector

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector, Boolean)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector * bool -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector, ignoreConstraints As Boolean) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to

MovePrimaryAsync(PartitionSelector, Boolean, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult> MovePrimaryAsync(System.Fabric.PartitionSelector partitionSelector, bool ignoreConstraints, System.Threading.CancellationToken token);
member this.MovePrimaryAsync : System.Fabric.PartitionSelector * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.MovePrimaryResult>
Public Function MovePrimaryAsync (partitionSelector As PartitionSelector, ignoreConstraints As Boolean, token As CancellationToken) As Task(Of MovePrimaryResult)

Parameters

partitionSelector
PartitionSelector
ignoreConstraints
System.Boolean
token
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<MovePrimaryResult>

Applies to