Edit

CompletionErrorsEvent Class

Definition

Real time event (SignalR) for a completion errors on a pull request

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

Constructors

CompletionErrorsEvent(Int32, String)

Properties

ErrorMessage

The error message associated with the completion error

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