iControl.GlobalLBProberPool.Beginget_all_member_statistics C# (CSharp) Method

Beginget_all_member_statistics() public method

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