iControl.NetworkingRouteTableV2.Beginget_static_route_gateway C# (CSharp) Method

Beginget_static_route_gateway() public method

public Beginget_static_route_gateway ( string routes, System callback, object asyncState ) : System.IAsyncResult
routes string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_static_route_gateway(string [] routes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_static_route_gateway", new object[] {
            routes}, callback, asyncState);
        }
NetworkingRouteTableV2