iControl.NetworkingInterfaces.Beginget_phy_master_slave_mode C# (CSharp) Method

Beginget_phy_master_slave_mode() public method

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