ItemLockedException Constructor (TeamFoundationRequestContext, String, String, String, LockLevel)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub New ( _
requestContext As TeamFoundationRequestContext, _
serverItem As String, _
lockedBy As String, _
lockedWorkspace As String, _
lockLevel As LockLevel _
)
public ItemLockedException(
TeamFoundationRequestContext requestContext,
string serverItem,
string lockedBy,
string lockedWorkspace,
LockLevel lockLevel
)
public:
ItemLockedException(
TeamFoundationRequestContext^ requestContext,
String^ serverItem,
String^ lockedBy,
String^ lockedWorkspace,
LockLevel lockLevel
)
new :
requestContext:TeamFoundationRequestContext *
serverItem:string *
lockedBy:string *
lockedWorkspace:string *
lockLevel:LockLevel -> ItemLockedException
public function ItemLockedException(
requestContext : TeamFoundationRequestContext,
serverItem : String,
lockedBy : String,
lockedWorkspace : String,
lockLevel : LockLevel
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serverItem
Type: System.String
- lockedBy
Type: System.String
- lockedWorkspace
Type: System.String
- lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Server.LockLevel
.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.