iControl.LogDestinationIPFIX.get_serverssl_profile C# (CSharp) Method

get_serverssl_profile() private method

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