iControl.NetworkingRouteTableV2.Begincreate_management_route C# (CSharp) Méthode

Begincreate_management_route() public méthode

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