Freigeben über


SPContentDatabase.GetSitesInUserSyncQueue-Methode

Gibt die Websitesammlungen, die ihre benutzerinformationslisten synchronisiert benötigen.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetSitesInUserSyncQueue ( _
    maxRetryCount As Integer _
) As List(Of Guid)
'Usage
Dim instance As SPContentDatabase
Dim maxRetryCount As Integer
Dim returnValue As List(Of Guid)

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

Parameter

  • maxRetryCount
    Typ: System.Int32

    Die maximale Anzahl der Wiederholungsversuche.

Rückgabewert

Typ: System.Collections.Generic.List<Guid>
Die Websitesammlungen, die ihre benutzerinformationslisten benötigen synchronisiert.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace