This documentation is archived and is not being maintained.
WebServiceStats::DescendingSort Method
Visual Studio 2013
Helper method to sort two WebServiceStats instances.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static int DescendingSort( WebServiceStats^ first, WebServiceStats^ second )
Parameters
- first
- Type: Microsoft.TeamFoundation.Client::WebServiceStats
The first WebServiceStats instance to sort.
- second
- Type: Microsoft.TeamFoundation.Client::WebServiceStats
The second WebServiceStats instnace to sort.
Return Value
Type: System::Int32Returns -1 if first should be sorted before second.
Returns 1 if first should be sorted after second.
- 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.
Show: