Partager via


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.String

    L'identificateur (ID) du verrou en cours.

  • timeout
    Type : System.TimeSpan

    Spé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.

Voir aussi

Référence

SPFile classe

SPFile - Membres

Microsoft.SharePoint - Espace de noms

ReleaseLock(String)