iControl.GlobalLBMonitor.get_template_type C# (CSharp) Method

get_template_type() private method

private get_template_type ( string template_names ) : GlobalLBMonitorTemplateType[]
template_names string
return 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