FileCacheService.TryGetCacheCleanupMutex Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function TryGetCacheCleanupMutex ( _
requestContext As TeamFoundationRequestContext _
) As Boolean
public bool TryGetCacheCleanupMutex(
TeamFoundationRequestContext requestContext
)
public:
bool TryGetCacheCleanupMutex(
TeamFoundationRequestContext^ requestContext
)
member TryGetCacheCleanupMutex :
requestContext:TeamFoundationRequestContext -> bool
public function TryGetCacheCleanupMutex(
requestContext : TeamFoundationRequestContext
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
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.