iControl.GlobalLBPoolV2.Beginadd_non_terminal_member_mx C# (CSharp) Method

Beginadd_non_terminal_member_mx() public method

public Beginadd_non_terminal_member_mx ( GlobalLBPoolID pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult
pools GlobalLBPoolID
members string
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_non_terminal_member_mx(GlobalLBPoolID [] pools,string [] [] members,long [] [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_non_terminal_member_mx", new object[] {
            pools,
            members,
            orders}, callback, asyncState);
        }
GlobalLBPoolV2