public System.IAsyncResult Beginget_entry_data(bool [] peers,SystemHAStatusEntryID [] [] ids, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("get_entry_data", new object[] { peers, ids}, callback, asyncState); }
public CommonEnabledState[][] get_entry_failure_state( bool [] peers, SystemHAStatusEntryID [] [] ids ) { object [] results = this.Invoke("get_entry_failure_state", new object [] { peers, ids}); return ((CommonEnabledState [] [])(results[0])); }
public long[][] get_entry_timeout( bool [] peers, SystemHAStatusEntryID [] [] ids ) { object [] results = this.Invoke("get_entry_timeout", new object [] { peers, ids}); return ((long [] [])(results[0])); }
public CommonHAAction[][] get_entry_action( bool [] peers, SystemHAStatusEntryID [] [] ids ) { object [] results = this.Invoke("get_entry_action", new object [] { peers, ids}); return ((CommonHAAction [] [])(results[0])); }