.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    HandleAsync Method

    HandleAsync(IHReliableTopic<T>, long, object)

    Handles an event.

    Declaration
    ValueTask HandleAsync(IHReliableTopic<T> sender, long sequence, object state)
    Parameters
    IHReliableTopic<T> sender

    The IHReliableTopic<T> that triggered the event.

    long sequence

    The sequence of the message in the ring buffer.

    object state

    A state object.

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