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
- result
Type: System.IAsyncResult
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.