iControl.GlobalLBProberPool.Beginreset_member_statistics C# (CSharp) Method

Beginreset_member_statistics() public method

public Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreset_member_statistics(string [] pools,string [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("reset_member_statistics", new object[] {
            pools,
            members}, callback, asyncState);
        }
GlobalLBProberPool