iControl.LogDestinationIPFIX.set_serverssl_profile C# (CSharp) Method

set_serverssl_profile() private method

private set_serverssl_profile ( string destinations, string profiles ) : void
destinations string
profiles string
return void
        public void set_serverssl_profile(
		string [] destinations,
		string [] profiles
	)
        {
            this.Invoke("set_serverssl_profile", new object [] {
                destinations,
                profiles});
        }