iControl.GlobalLBPool.Beginset_member_description C# (CSharp) Method

Beginset_member_description() public method

public Beginset_member_description ( string pool_names, GlobalLBVirtualServerID members, string descriptions, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members GlobalLBVirtualServerID
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_member_description(string [] pool_names,GlobalLBVirtualServerID [] [] members,string [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_member_description", new object[] {
            pool_names,
            members,
            descriptions}, callback, asyncState);
        }
GlobalLBPool