Edit

BranchUpdatedEvent Class

Definition

Real time event (SignalR) for a source/target branch update on a pull request

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

Constructors

BranchUpdatedEvent(Int32, Boolean)

Properties

EventId

The id of this event. Can be used to track send/receive state between client and server.

(Inherited from RealTimePullRequestEvent)
IsSourceUpdate

If true, the source branch of the pull request was updated

PullRequestId

The id of the pull request this event was generated for.

(Inherited from RealTimePullRequestEvent)

Applies to