Share via


How to: Listen to TFS event notifications?

If you need to listen to TFS event notifications, you can subscribe to checkin event and make the server deliver the event info to a SOAP address, a web/WCF service, or even a TCP listener that waits for that data and doesn't have to have access to TFS. The event data is in XML format which makes it very flexible to work with.