public GlobalLBMonitorInstanceState[] get_instance_state(
		GlobalLBMonitorInstance [] instances
	)
        {
            object [] results = this.Invoke("get_instance_state", new object [] {
                instances});
            return ((GlobalLBMonitorInstanceState [])(results[0]));
        }
 public System.IAsyncResult Beginget_instance_state(GlobalLBMonitorInstance [] instances, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_instance_state", new object[] {
     instances}, callback, asyncState);
 }