iControl.NetworkingInterfaces.Beginset_bundle_state C# (CSharp) Method

Beginset_bundle_state() public method

public Beginset_bundle_state ( string interfaces, NetworkingInterfacesBundleState states, System callback, object asyncState ) : System.IAsyncResult
interfaces string
states NetworkingInterfacesBundleState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_bundle_state(string [] interfaces,NetworkingInterfacesBundleState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_bundle_state", new object[] {
            interfaces,
            states}, callback, asyncState);
        }
NetworkingInterfaces