IStatelessServicePartition.ReportCompletion 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.
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
Azure SDK for .NET