Click or drag to resize
BaseIntegrationConnectorRequestTasksProcessing Method (String)
Performs a request to a special page on server defined by given url causing immediate task processing for all connectors.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public HttpStatusCode RequestTasksProcessing(
	string serverUrl
)

Parameters

serverUrl
Type: SystemString
URL of the server to make the request to

Return Value

Type: HttpStatusCode
See Also