IBuildAgent.CreateSpec Method

Note: This API is now obsolete.

Creates a new build agent specification for this build agent.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.",  _
    True)> _
Function CreateSpec As IBuildAgentSpec
[ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    true)]
IBuildAgentSpec CreateSpec()
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.", 
    true)]
IBuildAgentSpec^ CreateSpec()
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    true)>]
abstract CreateSpec : unit -> IBuildAgentSpec 
function CreateSpec() : IBuildAgentSpec

Return Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec
Returns a new build agent specification.

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace