iControl.LocalLBPool.Beginget_member C# (CSharp) Method

Beginget_member() public method

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