iControl.LogDestinationRemoteSyslog.get_remote_high_speed_log_destination C# (CSharp) Method

get_remote_high_speed_log_destination() private method

private get_remote_high_speed_log_destination ( string destinations ) : string[]
destinations string
return string[]
        public string[] get_remote_high_speed_log_destination(
		string [] destinations
	)
        {
            object [] results = this.Invoke("get_remote_high_speed_log_destination", new object [] {
                destinations});
            return ((string [])(results[0]));
        }