iControl.ManagementResourceRecord.Begindelete_ns C# (CSharp) Method

Begindelete_ns() public method

public Begindelete_ns ( ManagementViewZone view_zones, ManagementNSRecord ns_records, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
ns_records ManagementNSRecord
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_ns(ManagementViewZone [] view_zones,ManagementNSRecord [] [] ns_records, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_ns", new object[] {
            view_zones,
            ns_records}, callback, asyncState);
        }
ManagementResourceRecord