iControl.LocalLBDNSCache.get_ignore_cd_state C# (CSharp) 메소드

get_ignore_cd_state() 개인적인 메소드

private get_ignore_cd_state ( string caches ) : CommonEnabledState[]
caches string
리턴 CommonEnabledState[]
        public CommonEnabledState[] get_ignore_cd_state(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_ignore_cd_state", new object [] {
                caches});
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBDNSCache