Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<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.
See Also
Reference
SharedResourceWebService Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace