TeamFoundationLockingService.AcquireLock Method (TeamFoundationRequestContext, TeamFoundationLockInfo)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Function AcquireLock ( _
requestContext As TeamFoundationRequestContext, _
lockInfo As TeamFoundationLockInfo _
) As TeamFoundationLock
public TeamFoundationLock AcquireLock(
TeamFoundationRequestContext requestContext,
TeamFoundationLockInfo lockInfo
)
public:
TeamFoundationLock^ AcquireLock(
TeamFoundationRequestContext^ requestContext,
TeamFoundationLockInfo^ lockInfo
)
member AcquireLock :
requestContext:TeamFoundationRequestContext *
lockInfo:TeamFoundationLockInfo -> TeamFoundationLock
public function AcquireLock(
requestContext : TeamFoundationRequestContext,
lockInfo : TeamFoundationLockInfo
) : TeamFoundationLock
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationLock
.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.