iControl.GlobalLBPoolV2.Beginset_non_terminal_member_enabled_state C# (CSharp) Method

Beginset_non_terminal_member_enabled_state() public method

public Beginset_non_terminal_member_enabled_state ( GlobalLBPoolID pools, string members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools GlobalLBPoolID
members string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_non_terminal_member_enabled_state(GlobalLBPoolID [] pools,string [] [] members,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_non_terminal_member_enabled_state", new object[] {
            pools,
            members,
            states}, callback, asyncState);
        }
GlobalLBPoolV2