iControl.LogDestinationIPFIX.get_serverssl_profile C# (CSharp) 메소드

get_serverssl_profile() 개인적인 메소드

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