Locked AppFabric Newbie Tracked Variables in WCF

  • Tuesday, December 06, 2011 6:29 PM
     
     

    Hello,

    I seem to be able to find MSDN articles and sample projects on using tracked variables in WF AppFabric but no dice trying to read / see how to use them in monitoring a WCF service. Are they only available for WF....if so why show the tab when looking at WCF tracked events? Currently I write an information record showing the values passed in such as:

    LoggingEventProvider.WriteInformationEvent("CTL_BeginAddition", "The values in order are {0} + {1}.", n1,n2);

     

    It seemed a better way to see all the variables if they were "tracked" as opposed to having to go through every info event and pick them out.

     

    Thoughts

    JB

     

All Replies

  • Saturday, December 10, 2011 12:15 AM
    Moderator
     
     

    The tracked events are a little misleading I guess. You have to choose one of the Event categories to see WCF information like WCF Exceptions. It does not rely solely on WF.

    Thanks,


    If this answers your question, please use the "Answer" button to say so | Ben Cline