.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    UnsubscribeAsync Method

    UnsubscribeAsync(Guid)

    Unsubscribe from events.

    Declaration
    ValueTask<bool> UnsubscribeAsync(Guid subscriptionId)
    Parameters
    Guid subscriptionId

    The unique identifier of the subscription.

    Returns
    ValueTask<Boolean>

    true if subscription is removed successfully, false if there is no such subscription

    Remarks

    When this method completes, handler will stop receiving events immediately. Member side event subscriptions will eventually be removed.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.