Share via


FabricClient.ClusterManagementClient.SetUpgradeOrchestrationServiceStateAsync Method

Definition

Overloads

SetUpgradeOrchestrationServiceStateAsync(String, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.FabricUpgradeOrchestrationServiceState> SetUpgradeOrchestrationServiceStateAsync(string state, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.SetUpgradeOrchestrationServiceStateAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.FabricUpgradeOrchestrationServiceState>
Public Function SetUpgradeOrchestrationServiceStateAsync (state As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of FabricUpgradeOrchestrationServiceState)

Parameters

state
System.String
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<FabricUpgradeOrchestrationServiceState>

Applies to

SetUpgradeOrchestrationServiceStateAsync(String)

public System.Threading.Tasks.Task<System.Fabric.FabricUpgradeOrchestrationServiceState> SetUpgradeOrchestrationServiceStateAsync(string state);
member this.SetUpgradeOrchestrationServiceStateAsync : string -> System.Threading.Tasks.Task<System.Fabric.FabricUpgradeOrchestrationServiceState>
Public Function SetUpgradeOrchestrationServiceStateAsync (state As String) As Task(Of FabricUpgradeOrchestrationServiceState)

Parameters

state
System.String

Returns

System.Threading.Tasks.Task<FabricUpgradeOrchestrationServiceState>

Applies to