Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
05-23-2019 05:39 AM
Hi there,
I'm trying to collect information from a object created during the execution of a method using a data collector, but no matter how I try to set it up the collector keeps returning only that it wasn't able to find the object I specified. The part of the code where the object is created is the following:
Franchising franch; using (var franchisingBusiness = new FranchisingBusiness()) franch = franchisingBusiness.GetByServiceUserID(GetContextUserID()); //Setar a cultura do país SetCulture(franch.Country.CultureInfo);
I'm trying to get the "CultureInfo" value from the object "franch". I tried using getter chain on invoked object using class name and object name, but none worked. How can I accomplish this?
Thanks!
Solved! Go to Solution.
05-24-2019 06:30 AM
Just to share how I managed to get the info:
I created a collector and applied the getter chain on the return of the method GetByServiceUserID, as follows:
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form