.NET Client Documentation
5.4.0
Search Results for

    Show / Hide Table of Contents

    GetSemaphore Method

    GetSemaphore(string)

    Gets a ISemaphore distributed object.

    Declaration
    Task<ISemaphore> GetSemaphore(string name)
    Parameters
    string name

    The unique name of the semaphore.

    Returns
    Task<ISemaphore>

    The semaphore distributed object that was retrieved or created.

    Remarks

    If an object with the specified name does not exist already in the cluster, a new object with that name is created.

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