Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the maximum amount of time a message is kept in the queue.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public static TimeSpan MaxTimeToLive { get; }
 
public:
property TimeSpan MaxTimeToLive {
	static TimeSpan get();
}
 
static member MaxTimeToLive : TimeSpan with get
 
Public Shared ReadOnly Property MaxTimeToLive As TimeSpan

Property Value

Type: System.TimeSpanSystem::TimeSpanSystem.TimeSpanSystem.TimeSpan

A TimeSpan specifying the maximum amount of time a message is kept in the queue.

Return to top