iControl.NetworkingRouteTableV2.Beginget_static_route_description C# (CSharp) Method

Beginget_static_route_description() public method

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