iControl.SystemHAStatus.Beginget_entry_data C# (CSharp) Method

Beginget_entry_data() public method

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