ReviewersUpdatedEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Real time event (SignalR) for an update to reviewers on a pull request
[System.Runtime.Serialization.DataContract]
public class ReviewersUpdatedEvent : Microsoft.TeamFoundation.SourceControl.WebApi.RealTimePullRequestEvent
type ReviewersUpdatedEvent = class
inherit RealTimePullRequestEvent
Public Class ReviewersUpdatedEvent
Inherits RealTimePullRequestEvent
- Inheritance
- Attributes
Constructors
| ReviewersUpdatedEvent(Int32) |
Properties
| EventId |
The id of this event. Can be used to track send/receive state between client and server. (Inherited from RealTimePullRequestEvent) |
| PullRequestId |
The id of the pull request this event was generated for. (Inherited from RealTimePullRequestEvent) |