iControl.GlobalLBPoolV2.Beginset_manual_resume_state C# (CSharp) Method

Beginset_manual_resume_state() public method

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