iControl.ManagementResourceRecord.Beginupdate_srv C# (CSharp) Method

Beginupdate_srv() public method

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