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

get_type() private méthode

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