iControl.LocalLBProfileDNSLogging.get_query_id_enabled_state C# (CSharp) 메소드

get_query_id_enabled_state() 개인적인 메소드

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