iControl.NetworkingRouteTable.Beginget_static_route_gateway C# (CSharp) Method

Beginget_static_route_gateway() public method

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