Show / Hide Table of Contents

    Class GetRequestOptions

    Wraper for the parameter

    Inheritance
    Object
    GetRequestOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.Azure.StorageQueue
    Assembly: Akka.Streams.Azure.StorageQueue.dll
    Syntax
    public class GetRequestOptions

    Constructors

    | Improve this Doc View Source

    GetRequestOptions(Nullable<TimeSpan>)

    Creates a new instance of the GetRequestOptions

    Declaration
    public GetRequestOptions(TimeSpan? visibilityTimeout = default(TimeSpan? ))
    Parameters
    Type Name Description
    Nullable<TimeSpan> visibilityTimeout

    A TimeSpan specifying the visibility timeout interval.

    Properties

    | Improve this Doc View Source

    VisibilityTimeout

    Declaration
    public TimeSpan? VisibilityTimeout { get; }
    Property Value
    Type Description
    Nullable<TimeSpan>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX