iControl.NetworkingRouterAdvertisement.Beginget_mtu C# (CSharp) Method

Beginget_mtu() public method

public Beginget_mtu ( string ras, System callback, object asyncState ) : System.IAsyncResult
ras string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_mtu(string [] ras, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_mtu", new object[] {
            ras}, callback, asyncState);
        }
NetworkingRouterAdvertisement