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