Does GetFeatureValue call server every time

Hi wyDay folks,

I need to call GetFeatureValue multiple times in the code, but worried if it will call server very often. Does GetFeatureValue() call server every time or call local license file?

Thanks,JC

Hey JC,

GetFeatureValue() gets the custom license field from the locally stored activation data. So it doesn't contact the server at all. You can call GetFeatureValue() as many times as you need.

Thanks Sam for the confirmation. You guys are the best, very prompt help! 🙂

JC