SharedResourceWebService.ReleaseAllLocks Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Sub ReleaseAllLocks ( _
requestedBy As String _
)
[WebMethodAttribute]
public void ReleaseAllLocks(
string requestedBy
)
[WebMethodAttribute]
public:
void ReleaseAllLocks(
String^ requestedBy
)
[<WebMethodAttribute>]
member ReleaseAllLocks :
requestedBy:string -> unit
public function ReleaseAllLocks(
requestedBy : String
)
Parameters
- requestedBy
Type: System.String
.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.