iControl.NetworkingRouteTable.Beginget_static_route C# (CSharp) Method

Beginget_static_route() public method

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