StatefulServiceReplica.abort 方法
定义
Ungracefully terminates an instance.
Remarks:Lease loss and, in response to the service, the use of reportFault(FaultType faultType) to report a Permanent fault are examples of ungraceful termination. When this method is invoked, the service instance should immediately release and clean up all references and return.
public void abort()