DestroyAsync Method
DestroyAsync(IDistributedObject)
Destroys a distributed object.
Declaration
ValueTask DestroyAsync(IDistributedObject o)
Parameters
IDistributedObject | o | The object to destroy. |
Returns
ValueTask | A task that will complete when the object has been destroyed. |
Remarks
Destroying a distributed object completely deletes the object on the cluster.