Show / Hide Table of Contents

    Class ChangeMessageVisibility

    Change the visibility timeout of the message. The maximum allowed timeout value is 12 hours. See: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibility.html

    Inheritance
    Object
    MessageAction
    ChangeMessageVisibility
    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 ChangeMessageVisibility : MessageAction

    Constructors

    | Improve this Doc View Source

    ChangeMessageVisibility(Message, TimeSpan)

    Declaration
    public ChangeMessageVisibility(Message message, TimeSpan visibilityTimeout)
    Parameters
    Type Name Description
    Amazon.SQS.Model.Message message
    TimeSpan visibilityTimeout

    Properties

    | Improve this Doc View Source

    MaxVisibilityTimeout

    Declaration
    public static TimeSpan MaxVisibilityTimeout { get; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    Message

    Declaration
    public Message Message { get; }
    Property Value
    Type Description
    Amazon.SQS.Model.Message
    | Improve this Doc View Source

    VisibilityTimeout

    Declaration
    public TimeSpan VisibilityTimeout { get; }
    Property Value
    Type Description
    TimeSpan

    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