TimerJobUtility.ResumeProcessWebs - Méthode

Reprend le traitement des sites Web.

Espace de noms :  Microsoft.Office.Server.Utilities
Assembly :  Microsoft.Office.Server (dans Microsoft.Office.Server.dll)

Syntaxe

'Déclaration
Protected Overrides Sub ResumeProcessWebs ( _
    strSiteId As String, _
    webs As SPWebCollection, _
    <OutAttribute> ByRef webNames As String(), _
    <OutAttribute> ByRef cWebs As Integer, _
    <OutAttribute> ByRef iWeb As Integer _
)
'Utilisation
Dim strSiteId As String
Dim webs As SPWebCollection
Dim webNames As String()
Dim cWebs As Integer
Dim iWeb As Integer

Me.ResumeProcessWebs(strSiteId, webs, _
    webNames, cWebs, iWeb)
protected override void ResumeProcessWebs(
    string strSiteId,
    SPWebCollection webs,
    out string[] webNames,
    out int cWebs,
    out int iWeb
)

Paramètres

  • webNames
    Type : []

    Noms de sites Web.

Voir aussi

Référence

TimerJobUtility classe

TimerJobUtility - Membres

Microsoft.Office.Server.Utilities - Espace de noms