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

remove_dlv_anchor() private méthode

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