iControl.GlobalLBMonitor.get_template_integer_property C# (CSharp) Method

get_template_integer_property() private method

private get_template_integer_property ( string template_names, GlobalLBMonitorIntPropertyType property_types ) : iControl.GlobalLBMonitorIntegerValue[]
template_names string
property_types GlobalLBMonitorIntPropertyType
return iControl.GlobalLBMonitorIntegerValue[]
        public GlobalLBMonitorIntegerValue[] get_template_integer_property(
		string [] template_names,
		GlobalLBMonitorIntPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_integer_property", new object [] {
                template_names,
                property_types});
            return ((GlobalLBMonitorIntegerValue [])(results[0]));
        }
GlobalLBMonitor