NWPath.EnumerateInterfaces Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| EnumerateInterfaces(Action<NWInterface>) |
Obsolete.
|
| EnumerateInterfaces(Func<NWInterface,Boolean>) |
EnumerateInterfaces(Action<NWInterface>)
Caution
Use the overload that takes a 'Func<NWInterface, bool>' instead.
[System.Obsolete("Use the overload that takes a 'Func<NWInterface, bool>' instead.")]
public void EnumerateInterfaces(Action<Network.NWInterface> callback);
[<System.Obsolete("Use the overload that takes a 'Func<NWInterface, bool>' instead.")>]
member this.EnumerateInterfaces : Action<Network.NWInterface> -> unit
Parameters
- callback
- Action<NWInterface>
- Attributes
Applies to
EnumerateInterfaces(Func<NWInterface,Boolean>)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public void EnumerateInterfaces(Func<Network.NWInterface,bool> callback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.EnumerateInterfaces : Func<Network.NWInterface, bool> -> unit
Parameters
- callback
- Func<NWInterface,Boolean>
- Attributes