iControl.GlobalLBProberPool.Beginset_enabled_state C# (CSharp) Method

Beginset_enabled_state() public method

public Beginset_enabled_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_enabled_state(string [] pools,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_enabled_state", new object[] {
            pools,
            states}, callback, asyncState);
        }
GlobalLBProberPool