iControl.NetworkingRouteTable.Begindelete_management_route C# (CSharp) Method

Begindelete_management_route() public method

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