Show / Hide Table of Contents

    Class Ignore

    Inheritance
    Object
    MessageAction
    Ignore
    Inherited Members
    MessageAction.Delete(Message)
    MessageAction.Ignore(Message)
    MessageAction.ChangeVisibility(Message, TimeSpan)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public sealed class Ignore : MessageAction

    Constructors

    | Improve this Doc View Source

    Ignore(Message)

    Declaration
    public Ignore(Message message)
    Parameters
    Type Name Description
    Amazon.SQS.Model.Message message

    Properties

    | Improve this Doc View Source

    Message

    Declaration
    public Message Message { get; }
    Property Value
    Type Description
    Amazon.SQS.Model.Message

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX