Share via


SPContentDatabase.GetSitesInUserSyncQueue - Méthode

Retourne les collections de sites nécessitant leurs synchronisation des listes d'informations utilisateur.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetSitesInUserSyncQueue ( _
    maxRetryCount As Integer _
) As List(Of Guid)
'Utilisation
Dim instance As SPContentDatabase
Dim maxRetryCount As Integer
Dim returnValue As List(Of Guid)

returnValue = instance.GetSitesInUserSyncQueue(maxRetryCount)
public List<Guid> GetSitesInUserSyncQueue(
    int maxRetryCount
)

Paramètres

  • maxRetryCount
    Type : System.Int32

    Le nombre maximal de nouvelles tentatives.

Valeur renvoyée

Type : System.Collections.Generic.List<Guid>
Les collections de sites nécessitant leurs synchronisation des listes d'informations utilisateur.

Voir aussi

Référence

SPContentDatabase classe

SPContentDatabase - Membres

Microsoft.SharePoint.Administration - Espace de noms