FileCacheService.ReleaseCacheCleanupMutex Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function ReleaseCacheCleanupMutex ( _
    requestContext As TeamFoundationRequestContext _
) As Boolean
public bool ReleaseCacheCleanupMutex(
    TeamFoundationRequestContext requestContext
)
public:
bool ReleaseCacheCleanupMutex(
    TeamFoundationRequestContext^ requestContext
)
member ReleaseCacheCleanupMutex : 
        requestContext:TeamFoundationRequestContext -> bool
public function ReleaseCacheCleanupMutex(
    requestContext : TeamFoundationRequestContext
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileCacheService Class

Microsoft.TeamFoundation.Server.Core Namespace