iControl.LocalLBMonitor.Beginset_instance_state C# (CSharp) Method

Beginset_instance_state() public method

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