MoveNext Method
Collapse the table of content
Expand the table of content

NetworkInterfaceList.MoveNext Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Function MoveNext As Boolean

Return Value

Type: System.Boolean
true if the enumerator was successfully advanced to the next element; otherwise, false.

Implements

IEnumerator.MoveNext

The first call to MoveNext attempts to get the first candidate connection. Each subsequent call attempts to get the next available connection, until there are no more connections. The Reset method causes MoveNext to attempt to get the first candidate connection again.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft