iControl.GlobalLBPoolV2.Beginset_member_description C# (CSharp) Method

Beginset_member_description() public method

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