iControl.GlobalLBMonitor.get_template_address_type C# (CSharp) Method

get_template_address_type() private method

private get_template_address_type ( string template_names ) : GlobalLBAddressType[]
template_names string
return GlobalLBAddressType[]
        public GlobalLBAddressType[] get_template_address_type(
		string [] template_names
	)
        {
            object [] results = this.Invoke("get_template_address_type", new object [] {
                template_names});
            return ((GlobalLBAddressType [])(results[0]));
        }
GlobalLBMonitor