iControl.LocalLBPool.Beginset_member_monitor_state C# (CSharp) Method

Beginset_member_monitor_state() public method

public Beginset_member_monitor_state ( string pool_names, CommonAddressPort members, CommonEnabledState monitor_states, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonAddressPort
monitor_states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_member_monitor_state(string [] pool_names,CommonAddressPort [] [] members,CommonEnabledState [] [] monitor_states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_member_monitor_state", new object[] {
            pool_names,
            members,
            monitor_states}, callback, asyncState);
        }
LocalLBPool