iControl.SystemHAStatus.Beginget_entry_failure_state C# (CSharp) Méthode

Beginget_entry_failure_state() public méthode

public Beginget_entry_failure_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat 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);
        }