iControl.LocalLBProfileAnalytics.get_remote_server_ip C# (CSharp) Method

get_remote_server_ip() private method

private get_remote_server_ip ( string profile_names ) : LocalLBProfileIPAddress[]
profile_names string
return LocalLBProfileIPAddress[]
        public LocalLBProfileIPAddress[] get_remote_server_ip(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_remote_server_ip", new object [] {
                profile_names});
            return ((LocalLBProfileIPAddress [])(results[0]));
        }
LocalLBProfileAnalytics