Hazelcast .NET
This page documents a development version of the Hazelcast .NET client. Its content is not final and remains subject to changes.
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-2021 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.