コード例 #1
0
        public void Notify(string eventXml, string tfsIdentityXml)
        {
            int ChangeSetId = this.GetChangeSetId(eventXml);

            Log.Debug(string.Format("Recieved notification from TFS server for changeset {0}.", ChangeSetId));
            NotificationReciever.NotifyChangeSetId(ChangeSetId, eventXml);
        }
コード例 #2
0
        public void Notify(string eventXml, string tfsIdentityXml)
        {
            int ChangeSetId = this.GetChangeSetId(eventXml);

            NotificationReciever.NotifyChangeSetId(ChangeSetId, eventXml);
        }