iControl.ManagementZone.Beginadd_zone_file C# (CSharp) Method

Beginadd_zone_file() public method

public Beginadd_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
zone_records ManagementZoneInfo
src_file_names string
sync_ptrs bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_zone_file(ManagementZoneInfo [] zone_records,string [] src_file_names,bool [] sync_ptrs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_zone_file", new object[] {
            zone_records,
            src_file_names,
            sync_ptrs}, callback, asyncState);
        }