ISharedResourceExtension.EndTryRequestSharedResourceLock Method

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Function EndTryRequestSharedResourceLock ( _
    result As IAsyncResult _
) As Boolean
bool EndTryRequestSharedResourceLock(
    IAsyncResult result
)
bool EndTryRequestSharedResourceLock(
    IAsyncResult^ result
)
abstract EndTryRequestSharedResourceLock : 
        result:IAsyncResult -> bool
function EndTryRequestSharedResourceLock(
    result : IAsyncResult
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISharedResourceExtension Interface

Microsoft.TeamFoundation.Build.Workflow.Services Namespace