Class GetRequestOptions
Wraper for the
Inherited Members
Namespace: Akka.Streams.Azure.StorageQueue
Assembly: Akka.Streams.Azure.StorageQueue.dll
Syntax
public class GetRequestOptions
Constructors
| Improve this Doc View SourceGetRequestOptions(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 SourceVisibilityTimeout
Declaration
public TimeSpan? VisibilityTimeout { get; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |