iControl.NetworkingRouteTable.Beginget_management_route C# (CSharp) Method

Beginget_management_route() public method

public Beginget_management_route ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_management_route(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_management_route", new object[0], callback, asyncState);
        }
NetworkingRouteTable