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

Beginget_phy_master_slave_mode() public méthode

public Beginget_phy_master_slave_mode ( string interfaces, System callback, object asyncState ) : System.IAsyncResult
interfaces string
callback System
asyncState object
Résultat 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