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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.