Edit

PullRequestCreatedEvent Class

Definition

Real time event (SignalR) for pull request creation

[System.Runtime.Serialization.DataContract]
public class PullRequestCreatedEvent : Microsoft.TeamFoundation.SourceControl.WebApi.RealTimePullRequestEvent
type PullRequestCreatedEvent = class
    inherit RealTimePullRequestEvent
Public Class PullRequestCreatedEvent
Inherits RealTimePullRequestEvent
Inheritance
PullRequestCreatedEvent
Attributes

Constructors

PullRequestCreatedEvent(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)

Applies to