BranchUpdatedEvent(Int32, Boolean) Constructor
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.
public BranchUpdatedEvent(int pullRequestId, bool isSourceUpdate);
new Microsoft.TeamFoundation.SourceControl.WebApi.BranchUpdatedEvent : int * bool -> Microsoft.TeamFoundation.SourceControl.WebApi.BranchUpdatedEvent
Public Sub New (pullRequestId As Integer, isSourceUpdate As Boolean)
Parameters
- pullRequestId
- Int32
- isSourceUpdate
- Boolean