iControl.NetworkingRouteTable.Beginget_route_table_metric_statistics_for_destination C# (CSharp) Method

Beginget_route_table_metric_statistics_for_destination() public method

public Beginget_route_table_metric_statistics_for_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_route_table_metric_statistics_for_destination(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_route_table_metric_statistics_for_destination", new object[] {
            destinations}, callback, asyncState);
        }
NetworkingRouteTable