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
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
<ClientServiceMethodAttribute(SyncPattern := True)> _
Public Sub ReleaseAllLocks ( _
    requestedBy As String _
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(SyncPattern = true)]
public void ReleaseAllLocks(
    string requestedBy
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(SyncPattern = true)]
public:
void ReleaseAllLocks(
    String^ requestedBy
)
[<WebMethodAttribute>]
[<ClientServiceMethodAttribute(SyncPattern = true)>]
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.