iControl.GlobalLBMonitor.Beginset_instance_state C# (CSharp) Method

Beginset_instance_state() public method

public Beginset_instance_state ( GlobalLBMonitorInstanceState instance_states, System callback, object asyncState ) : System.IAsyncResult
instance_states GlobalLBMonitorInstanceState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_instance_state(GlobalLBMonitorInstanceState [] instance_states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_instance_state", new object[] {
            instance_states}, callback, asyncState);
        }
GlobalLBMonitor