iControl.LocalLBPool.Beginget_active_member_count C# (CSharp) Method

Beginget_active_member_count() public method

public Beginget_active_member_count ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_active_member_count(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_active_member_count", new object[] {
            pool_names}, callback, asyncState);
        }
LocalLBPool