iControl.LocalLBNodeAddress.Beginset_monitor_state C# (CSharp) Method

Beginset_monitor_state() public method

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