iControl.LogDestinationIPFIX.get_transport_profile C# (CSharp) Метод

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

private get_transport_profile ( string destinations ) : string[]
destinations string
Результат string[]
        public string[] get_transport_profile(
		string [] destinations
	)
        {
            object [] results = this.Invoke("get_transport_profile", new object [] {
                destinations});
            return ((string [])(results[0]));
        }