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

create() 개인적인 메소드

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