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
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.
here example built tfs 2008.
Comments
Post a Comment