コード例 #1
0
 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);
 }
コード例 #2
0
        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]));
        }
コード例 #3
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]));
        }
コード例 #4
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]));
        }