iControl.ManagementZone.Beginadd_zone_text C# (CSharp) Method

Beginadd_zone_text() public method

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