ISharedResourceExtension.BeginReleaseSharedResourceLock, méthode
Libère un verrou acquis ou annuler une requête en attente.
Espace de noms : Microsoft.TeamFoundation.Build.Workflow.Services
Assembly : Microsoft.TeamFoundation.Build.Workflow (dans Microsoft.TeamFoundation.Build.Workflow.dll)
Syntaxe
'Déclaration
Function BeginReleaseSharedResourceLock ( _
resourceName As String, _
bookmarkName As String, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
IAsyncResult BeginReleaseSharedResourceLock(
string resourceName,
string bookmarkName,
AsyncCallback callback,
Object state
)
Paramètres
- resourceName
Type : System.String
- bookmarkName
Type : System.String
- callback
Type : System.AsyncCallback
- state
Type : System.Object
Valeur de retour
Type : System.IAsyncResult
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ISharedResourceExtension Interface
Microsoft.TeamFoundation.Build.Workflow.Services, espace de noms