iControl.LocalLBDNSCache.create C# (CSharp) Méthode

create() private méthode

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