iControl.GlobalLBWideIP.Beginreset_statistics C# (CSharp) Method

Beginreset_statistics() public method

public Beginreset_statistics ( string wide_ips, System callback, object asyncState ) : System.IAsyncResult
wide_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_statistics(string [] wide_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_statistics", new object[] {
            wide_ips}, callback, asyncState);
        }
GlobalLBWideIP