iControl.SystemHAStatus.Beginget_entry_action C# (CSharp) Метод

Beginget_entry_action() публичный Метод

public Beginget_entry_action ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_entry_action(bool [] peers,SystemHAStatusEntryID [] [] ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_entry_action", new object[] {
            peers,
            ids}, callback, asyncState);
        }