Gets a sorted list of EndpointPair objects.
Syntax
var iVectorView = Windows.Networking.Connectivity.NetworkInformation.getSortedEndpointPairs(destinationList, sortOptions);
Parameters
- destinationList
-
Type: IIterable<EndpointPair> [JavaScript/C++] | System.Collections.Generic.IEnumerable<EndpointPair> [.NET]
A list of EndpointPair objects to be sorted.
- sortOptions
-
Type: HostNameSortOptions
Indicates sorting options for the returned array.
Return value
Type: IVectorView<EndpointPair> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<EndpointPair> [.NET]
A sorted array of EndpointPair objects.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013