iControl.LocalLBDNSCache.Beginadd_nameserver C# (CSharp) 메소드

Beginadd_nameserver() 공개 메소드

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
리턴 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