iControl.LocalLBPool.Beginset_ignore_persisted_weight_state C# (CSharp) Method

Beginset_ignore_persisted_weight_state() public method

public Beginset_ignore_persisted_weight_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_ignore_persisted_weight_state(string [] pool_names,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_persisted_weight_state", new object[] {
            pool_names,
            states}, callback, asyncState);
        }
LocalLBPool