SPFile.RefreshLock - Méthode
Renouvelle un verrou sur le fichier existant.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub RefreshLock ( _
lockId As String, _
timeout As TimeSpan _
)
'Utilisation
Dim instance As SPFile
Dim lockId As String
Dim timeout As TimeSpan
instance.RefreshLock(lockId, timeout)
public void RefreshLock(
string lockId,
TimeSpan timeout
)
Paramètres
lockId
Type : System.StringL'identificateur (ID) du verrou en cours.
timeout
Type : System.TimeSpanSpécifie la durée pour laquelle le verrou est actualisé.
Exceptions
Exception | Condition |
---|---|
SPException | Une erreur s'est produite lors de l'actualisation du verrou. |