.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    UnsubscribeAsync Method

    UnsubscribeAsync(Guid)

    Stops receiving messages for the given message listener.

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

    Id of listener registration.

    Returns
    ValueTask<Boolean>

    Whether the operation completed successfully.

    Remarks

    Stops receiving messages for the given message listener. If the given listener already removed, this method does nothing.

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