iControl.LocalLBPool.Beginget_member_v2 C# (CSharp) Method

Beginget_member_v2() public method

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