RealTimePullRequestEvent 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.
Base contract for a real time pull request event (SignalR)
[System.Runtime.Serialization.DataContract]
public abstract class RealTimePullRequestEvent : Microsoft.VisualStudio.Services.SignalR.ISignalRObject
type RealTimePullRequestEvent = class
interface ISignalRObject
Public MustInherit Class RealTimePullRequestEvent
Implements ISignalRObject
- Inheritance
-
RealTimePullRequestEvent
- Derived
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.SignalR.ISignalRObject
Constructors
| RealTimePullRequestEvent(Int32) |
Properties
| EventId |
The id of this event. Can be used to track send/receive state between client and server. |
| PullRequestId |
The id of the pull request this event was generated for. |