iControl.ManagementResourceRecord.Beginupdate_txt C# (CSharp) Method

Beginupdate_txt() public method

public Beginupdate_txt ( ManagementViewZone view_zones, ManagementTXTRecord old_records, ManagementTXTRecord new_records, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
old_records ManagementTXTRecord
new_records ManagementTXTRecord
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginupdate_txt(ManagementViewZone [] view_zones,ManagementTXTRecord [] [] old_records,ManagementTXTRecord [] [] new_records, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("update_txt", new object[] {
            view_zones,
            old_records,
            new_records}, callback, asyncState);
        }
ManagementResourceRecord