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

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

Parameters

serverUrl
Type: SystemString
URL of the server to make the request to
connectorName
Type: SystemString
Name of connector to notify

Return Value

Type: HttpStatusCode
See Also