iControl.NetworkingRouteTable.Beginadd_static_route C# (CSharp) Method

Beginadd_static_route() public method

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