NWParameters.IterateProhibitedInterfaces 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
IterateProhibitedInterfaces(Func<NWInterfaceType,Boolean>) | |
IterateProhibitedInterfaces(Func<NWInterface,Boolean>) |
IterateProhibitedInterfaces(Func<NWInterfaceType,Boolean>)
public void IterateProhibitedInterfaces (Func<Network.NWInterfaceType,bool> callback);
member this.IterateProhibitedInterfaces : Func<Network.NWInterfaceType, bool> -> unit
Parameters
- callback
- Func<NWInterfaceType,Boolean>
Applies to
IterateProhibitedInterfaces(Func<NWInterface,Boolean>)
public void IterateProhibitedInterfaces (Func<Network.NWInterface,bool> iterationCallback);
member this.IterateProhibitedInterfaces : Func<Network.NWInterface, bool> -> unit
Parameters
- iterationCallback
- Func<NWInterface,Boolean>