iControl.NetworkingInterfaces.set_bundle_state C# (CSharp) Method

set_bundle_state() private method

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