iControl.NetworkingRouteTableV2.Beginset_static_route_reject C# (CSharp) Method

Beginset_static_route_reject() public method

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