iControl.GlobalLBMonitor.Beginget_instance_state C# (CSharp) Method

Beginget_instance_state() public method

public Beginget_instance_state ( GlobalLBMonitorInstance instances, System callback, object asyncState ) : System.IAsyncResult
instances GlobalLBMonitorInstance
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_instance_state(GlobalLBMonitorInstance [] instances, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_instance_state", new object[] {
            instances}, callback, asyncState);
        }
GlobalLBMonitor