iControl.SystemHAStatus.Beginget_entry_failure_state C# (CSharp) Method

Beginget_entry_failure_state() public method

public Beginget_entry_failure_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_entry_failure_state(bool [] peers,SystemHAStatusEntryID [] [] ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_entry_failure_state", new object[] {
            peers,
            ids}, callback, asyncState);
        }