iControl.LocalLBNodeAddressV2.Beginset_monitor_state C# (CSharp) Method

Beginset_monitor_state() public method

public Beginset_monitor_state ( string nodes, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
nodes string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_monitor_state(string [] nodes,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_monitor_state", new object[] {
            nodes,
            states}, callback, asyncState);
        }
LocalLBNodeAddressV2