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