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.
Will throw if this node is not the exclusive reference for this resource under the given path.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub CheckExclusiveNodeReference ( _
requestContext As TeamFoundationRequestContext, _
node As CatalogNode, _
singleNodeReference As Boolean _
)
public void CheckExclusiveNodeReference(
TeamFoundationRequestContext requestContext,
CatalogNode node,
bool singleNodeReference
)
public:
void CheckExclusiveNodeReference(
TeamFoundationRequestContext^ requestContext,
CatalogNode^ node,
bool singleNodeReference
)
member CheckExclusiveNodeReference :
requestContext:TeamFoundationRequestContext *
node:CatalogNode *
singleNodeReference:bool -> unit
public function CheckExclusiveNodeReference(
requestContext : TeamFoundationRequestContext,
node : CatalogNode,
singleNodeReference : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- singleNodeReference
Type: System.Boolean
.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.