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

remove_all_forward_zones() private méthode

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