iControl.NetworkingRouteTable.Beginget_static_route_mtu C# (CSharp) Method

Beginget_static_route_mtu() public method

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