iControl.LocalLBMonitor.get_template_integer_property C# (CSharp) Method

get_template_integer_property() private method

private get_template_integer_property ( string template_names, LocalLBMonitorIntPropertyType property_types ) : LocalLBMonitorIntegerValue[]
template_names string
property_types LocalLBMonitorIntPropertyType
return LocalLBMonitorIntegerValue[]
        public LocalLBMonitorIntegerValue[] get_template_integer_property(
		string [] template_names,
		LocalLBMonitorIntPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_integer_property", new object [] {
                template_names,
                property_types});
            return ((LocalLBMonitorIntegerValue [])(results[0]));
        }
LocalLBMonitor