iControl.SystemHAStatus.Beginget_entry_action C# (CSharp) Method

Beginget_entry_action() public method

public Beginget_entry_action ( 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_action(bool [] peers,SystemHAStatusEntryID [] [] ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_entry_action", new object[] {
            peers,
            ids}, callback, asyncState);
        }