TfsMessageQueue.MaxPendingCount Property

Gets the maximum number of messages which can be dequeued at the same time.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property MaxPendingCount As Integer
public int MaxPendingCount { get; private set; }
public:
property int MaxPendingCount {
    int get ();
    private: void set (int value);
}
member MaxPendingCount : int with get, private set
function get MaxPendingCount () : int 
private function set MaxPendingCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TfsMessageQueue Class

Microsoft.TeamFoundation.Framework.Client Namespace