method BeepTuningProfiles.Add (Profile)
Adds new profile to the collection.

  TypeDescription 
   Profile as IBeepProfile Reference to the profile that will be added to the collection. 
 

Add method will add tuning profile to the collection of all currently active tuning profiles. It should NOT be used by BEEP-enabled application, only by tuning profile implementations.

When you add profile to BeepTuningProfiles collection using Add method, make sure you're ready to do so - and that remote side is capable of doing same transformations on the data as you do - so make sure you choose the right point to do so.

This method is used ONLY for SessionTuning profiles.