Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the maximum number of messages that can be peeked at a time.

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

Syntax

 
public static int MaxNumberOfMessagesToPeek { get; }
 
public:
property int MaxNumberOfMessagesToPeek {
	static int get();
}
 
static member MaxNumberOfMessagesToPeek : int with get
 
Public Shared ReadOnly Property MaxNumberOfMessagesToPeek As Integer

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The maximum number of messages that can be peeked at a time.

Return to top