iControl.NetworkingRouteTableV2.Beginget_static_route_destination C# (CSharp) Method

Beginget_static_route_destination() public method

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