ContentDeploymentConfiguration.RemotePollingInterval Property
Gets or sets the time interval between pings for RemoteImport status.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RemotePollingInterval As Integer
Get
Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As Integer
value = instance.RemotePollingInterval
instance.RemotePollingInterval = value
public int RemotePollingInterval { get; set; }
Property Value
Type: System.Int32
The value is expressed in seconds.
See Also
Reference
ContentDeploymentConfiguration Class
ContentDeploymentConfiguration Members