Share via


NetworkChange Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains information about changes in the availability and address of the network.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Net.NetworkInformation..::..NetworkChange

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

Syntax

'Declaration
Public NotInheritable Class NetworkChange
public static class NetworkChange
public ref class NetworkChange abstract sealed
[<AbstractClass>]
[<Sealed>]
type NetworkChange =  class end
public final class NetworkChange

The NetworkChange type exposes the following members.

Events

  Name Description
Public eventStatic member NetworkAddressChanged Indicates that the network address has changed.
Public eventStatic member NetworkAvailabilityChanged Indicates a change in the availability of the network.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Net.NetworkInformation Namespace