iControl.NetworkingInterfaces.set_bundle_state C# (CSharp) Méthode

set_bundle_state() private méthode

private set_bundle_state ( string interfaces, NetworkingInterfacesBundleState states ) : void
interfaces string
states NetworkingInterfacesBundleState
Résultat void
        public void set_bundle_state(
		string [] interfaces,
		NetworkingInterfacesBundleState [] states
	)
        {
            this.Invoke("set_bundle_state", new object [] {
                interfaces,
                states});
        }
NetworkingInterfaces