iControl.GlobalLBPoolV2.Beginset_non_terminal_member_rdata_weight C# (CSharp) Method

Beginset_non_terminal_member_rdata_weight() public method

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