.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.