.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    MapEventTypes Enum

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Specifies the map and entries event types.

    [Flags]
    public enum MapEventTypes

    Fields

    Added

    The entry was added.

    AllCleared

    All entries were cleared.

    AllEvicted

    All entries were evicted.

    Evicted

    The entry was evicted.

    Expired

    The entry has expired.

    Invalidated

    The entry was invalidated.

    Loaded

    The entry was loaded.

    Merged

    The entry was merged.

    Removed

    The entry was removed.

    Updated

    The entry was updated.

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