iControl.ManagementResourceRecord.Begindelete_ds C# (CSharp) Method

Begindelete_ds() public method

public Begindelete_ds ( ManagementViewZone view_zones, ManagementDSRecord ds_records, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
ds_records ManagementDSRecord
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_ds(ManagementViewZone [] view_zones,ManagementDSRecord [] [] ds_records, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_ds", new object[] {
            view_zones,
            ds_records}, callback, asyncState);
        }
ManagementResourceRecord