AgentReservationWebService.ReleaseAgent Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Sub ReleaseAgent ( _
reservationId As Integer _
)
[WebMethodAttribute]
public void ReleaseAgent(
int reservationId
)
[WebMethodAttribute]
public:
void ReleaseAgent(
int reservationId
)
[<WebMethodAttribute>]
member ReleaseAgent :
reservationId:int -> unit
public function ReleaseAgent(
reservationId : int
)
Parameters
- reservationId
Type: System.Int32
.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.