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.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax 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:
HttpStatusCodeSee Also