iControl.LocalLBPool.Beginset_allow_nat_state C# (CSharp) Method

Beginset_allow_nat_state() public method

public Beginset_allow_nat_state ( string pool_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pool_names string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_allow_nat_state(string [] pool_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_allow_nat_state", new object[] {
            pool_names,
            states}, callback, asyncState);
        }
LocalLBPool