IStatelessServicePartition.ReportCompletion Method

Definition

Reports completion of the current stateless service instance of the partition. As part of the completion, service instance will be closed and no replacement for this service instance will be created in the Service Fabric cluster.

public void ReportCompletion ();
abstract member ReportCompletion : unit -> unit
Public Sub ReportCompletion ()

Exceptions

This indicates that the partition object is closed. The instance has either been closed or is about to be closed.

Applies to