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

get_unwanted_reply_threshold() private méthode

private get_unwanted_reply_threshold ( string caches ) : long[]
caches string
Résultat long[]
        public long[] get_unwanted_reply_threshold(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_unwanted_reply_threshold", new object [] {
                caches});
            return ((long [])(results[0]));
        }
LocalLBDNSCache