iControl.SystemStatistics.Beginreset_gtm_path_statistics C# (CSharp) Method

Beginreset_gtm_path_statistics() public method

public Beginreset_gtm_path_statistics ( string ldns_ips, SystemStatisticsGtmPathStatisticObjectID object_names, System callback, object asyncState ) : System.IAsyncResult
ldns_ips string
object_names SystemStatisticsGtmPathStatisticObjectID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_gtm_path_statistics(string [] ldns_ips,SystemStatisticsGtmPathStatisticObjectID [] object_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_gtm_path_statistics", new object[] {
            ldns_ips,
            object_names}, callback, asyncState);
        }
SystemStatistics