iControl.LogDestinationRemoteSyslog.get_remote_high_speed_log_destination C# (CSharp) Метод

get_remote_high_speed_log_destination() приватный Метод

private get_remote_high_speed_log_destination ( string destinations ) : string[]
destinations string
Результат 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]));
        }