c# - How to create a SOAP service for consume on TFS alert -


i want create c# services , want when file checkin services should execute: did not calling

checkinlistener.asmx

    public class jenkinslistener : system.web.services.webservice {     static datetime lasttime;     static  system.timers.timer atimer;     static  int count;     [webmethod]     public void checkin()     {         //i want execute     } 

and put on tfs enter image description here

but code not executed

that code not when close...

public sub notify(byval eventxml string, byval tfsidentityxml string, byval subscriptioninfo teamfoundation.subscriptioninfo) 

you need implements end point above.

https://tfseventhandler.codeplex.com/sourcecontrol/latest#release/v1.3/rddotnet.teamfoundation/services/inotificationservice.vb

here example built tfs 2008.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

java - POJO with list of POJO to JSON display size and index -

objective c - Deep Linking for iOS Apps which are not installed yet? -