iControl.NetworkingRouteTableV2.Begincreate_static_route C# (CSharp) Method

Begincreate_static_route() public method

public Begincreate_static_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
routes string
destinations NetworkingRouteTableV2RouteDestination
attributes NetworkingRouteTableV2RouteAttribute
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_static_route(string [] routes,NetworkingRouteTableV2RouteDestination [] destinations,NetworkingRouteTableV2RouteAttribute [] attributes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_static_route", new object[] {
            routes,
            destinations,
            attributes}, callback, asyncState);
        }
NetworkingRouteTableV2