iControl.LocalLBDNSCache.Beginadd_nameserver C# (CSharp) Method

Beginadd_nameserver() public method

public Beginadd_nameserver ( string caches, string zones, CommonIPPortDefinition nameservers, System callback, object asyncState ) : System.IAsyncResult
caches string
zones string
nameservers CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_nameserver(string [] caches,string [] [] zones,CommonIPPortDefinition [] [] [] nameservers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_nameserver", new object[] {
            caches,
            zones,
            nameservers}, callback, asyncState);
        }
LocalLBDNSCache