ContentDeploymentConfiguration.RemotePollingInterval - Propriété
Obtient ou définit l'intervalle de temps entre les pings pour l'état de RemoteImport .
Espace de noms : Microsoft.SharePoint.Publishing.Administration
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Property RemotePollingInterval As Integer
Get
Set
'Utilisation
Dim instance As ContentDeploymentConfiguration
Dim value As Integer
value = instance.RemotePollingInterval
instance.RemotePollingInterval = value
public int RemotePollingInterval { get; set; }
Valeur de propriété
Type : System.Int32
L'intervalle de temps entre deux commandes ping, exprimé en secondes.
Voir aussi
Référence
ContentDeploymentConfiguration classe
ContentDeploymentConfiguration - Membres
Microsoft.SharePoint.Publishing.Administration - Espace de noms