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

set_description() 개인적인 메소드

private set_description ( string caches, string descriptions ) : void
caches string
descriptions string
리턴 void
        public void set_description(
		string [] caches,
		string [] descriptions
	)
        {
            this.Invoke("set_description", new object [] {
                caches,
                descriptions});
        }
LocalLBDNSCache