iControl.LocalLBMonitor.get_template_address_type C# (CSharp) Method

get_template_address_type() private method

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