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

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -