FabricClient.FaultManagementClient.ReportCompletionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<System.Fabric.Result.ReportCompletionResult> ReportCompletionAsync(string nodeName, Guid partitionId, long replicaId, System.Threading.CancellationToken token);
member this.ReportCompletionAsync : string * Guid * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Result.ReportCompletionResult>
Public Function ReportCompletionAsync (nodeName As String, partitionId As Guid, replicaId As Long, token As CancellationToken) As Task(Of ReportCompletionResult)
Parameters
- nodeName
- System.String
- partitionId
- System.Guid
- replicaId
- System.Int64
- token
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ReportCompletionResult>