iControl.NetworkingRouteTableV2.Beginset_static_route_description C# (CSharp) Method

Beginset_static_route_description() public method

public Beginset_static_route_description ( string routes, string descriptions, System callback, object asyncState ) : System.IAsyncResult
routes string
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_static_route_description(string [] routes,string [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_static_route_description", new object[] {
            routes,
            descriptions}, callback, asyncState);
        }
NetworkingRouteTableV2