Edit

AutoCompleteUpdatedEvent Class

Definition

Real time event (SignalR) for an auto-complete update on a pull request

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

Constructors

AutoCompleteUpdatedEvent(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