iControl.NetworkingRouterAdvertisement.Beginget_maximum_hop C# (CSharp) Method

Beginget_maximum_hop() public method

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