Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateJobDefinitions ( _
jobsToDelete As List(Of Guid), _
jobUpdates As List(Of TeamFoundationJobDefinition) _
)
[WebMethodAttribute]
public void UpdateJobDefinitions(
List<Guid> jobsToDelete,
List<TeamFoundationJobDefinition> jobUpdates
)
[WebMethodAttribute]
public:
void UpdateJobDefinitions(
List<Guid>^ jobsToDelete,
List<TeamFoundationJobDefinition^>^ jobUpdates
)
[<WebMethodAttribute>]
member UpdateJobDefinitions :
jobsToDelete:List<Guid> *
jobUpdates:List<TeamFoundationJobDefinition> -> unit
public function UpdateJobDefinitions(
jobsToDelete : List<Guid>,
jobUpdates : List<TeamFoundationJobDefinition>
)
Parameters
- jobsToDelete
Type: System.Collections.Generic.List<Guid>
- jobUpdates
Type: System.Collections.Generic.List<TeamFoundationJobDefinition>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.