Show / Hide Table of Contents

    Class MessageAction

    Inheritance
    Object
    MessageAction
    ChangeMessageVisibility
    Delete
    Ignore
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public abstract class MessageAction

    Methods

    | Improve this Doc View Source

    ChangeVisibility(Message, TimeSpan)

    Declaration
    public static MessageAction ChangeVisibility(Message message, TimeSpan visibilityTimeout)
    Parameters
    Type Name Description
    Amazon.SQS.Model.Message message
    TimeSpan visibilityTimeout
    Returns
    Type Description
    MessageAction
    | Improve this Doc View Source

    Delete(Message)

    Declaration
    public static MessageAction Delete(Message message)
    Parameters
    Type Name Description
    Amazon.SQS.Model.Message message
    Returns
    Type Description
    MessageAction
    | Improve this Doc View Source

    Ignore(Message)

    Declaration
    public static MessageAction Ignore(Message message)
    Parameters
    Type Name Description
    Amazon.SQS.Model.Message message
    Returns
    Type Description
    MessageAction
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX