BuildProcess Constructors
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.
Overloads
BuildProcess(Int32) | |
BuildProcess(Int32, ISecuredObject) |
BuildProcess(Int32)
protected BuildProcess (int type);
new Microsoft.TeamFoundation.Build.WebApi.BuildProcess : int -> Microsoft.TeamFoundation.Build.WebApi.BuildProcess
Protected Sub New (type As Integer)
Parameters
- type
- Int32
Applies to
BuildProcess(Int32, ISecuredObject)
protected internal BuildProcess (int type, Microsoft.VisualStudio.Services.WebApi.ISecuredObject securedObject);
new Microsoft.TeamFoundation.Build.WebApi.BuildProcess : int * Microsoft.VisualStudio.Services.WebApi.ISecuredObject -> Microsoft.TeamFoundation.Build.WebApi.BuildProcess
Protected Friend Sub New (type As Integer, securedObject As ISecuredObject)
Parameters
- type
- Int32
- securedObject
- Microsoft.VisualStudio.Services.WebApi.ISecuredObject