iControl.ManagementResourceRecord.Beginadd_ns C# (CSharp) Method

Beginadd_ns() public method

public Beginadd_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 Beginadd_ns(ManagementViewZone [] view_zones,ManagementNSRecord [] [] ns_records, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_ns", new object[] {
            view_zones,
            ns_records}, callback, asyncState);
        }
ManagementResourceRecord