iControl.LocalLBDNSCache.get_type C# (CSharp) Метод

get_type() приватный Метод

private get_type ( string caches ) : LocalLBDNSCacheType[]
caches string
Результат LocalLBDNSCacheType[]
        public LocalLBDNSCacheType[] get_type(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_type", new object [] {
                caches});
            return ((LocalLBDNSCacheType [])(results[0]));
        }
LocalLBDNSCache