Show / Hide Table of Contents

    Class MessageEvictionEvent<T>

    Inheritance
    System.Object
    MessageEvictionEvent<T>
    Implements
    ICacheEvictionEvent<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.IO.Messaging.Correlation
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class MessageEvictionEvent<T> : ICacheEvictionEvent<T> where T : IMessage
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    MessageEvictionEvent(CorrelatableMessage<T>, PeerId)

    Declaration
    public MessageEvictionEvent(CorrelatableMessage<T> correlatableMessage, PeerId sender)
    Parameters
    Type Name Description
    CorrelatableMessage<T> correlatableMessage
    PeerId sender

    Properties

    | Improve this Doc View Source

    EvictedContent

    Declaration
    public T EvictedContent { get; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    PeerId

    Declaration
    public PeerId PeerId { get; }
    Property Value
    Type Description
    PeerId

    Implements

    ICacheEvictionEvent<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network