iControl.GlobalLBMonitor.get_template_type C# (CSharp) Метод

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

private get_template_type ( string template_names ) : GlobalLBMonitorTemplateType[]
template_names string
Результат GlobalLBMonitorTemplateType[]
        public GlobalLBMonitorTemplateType[] get_template_type(
		string [] template_names
	)
        {
            object [] results = this.Invoke("get_template_type", new object [] {
                template_names});
            return ((GlobalLBMonitorTemplateType [])(results[0]));
        }
GlobalLBMonitor