This documentation is archived and is not being maintained.

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)

public:
property int MaxPendingCount {
	int get ();
	private: void set (int value);
}

Property Value

Type: System::Int32
Returns Int32.

Show: