AbstractSynchronizationSettings Class |
Namespace: CMS.DataEngine
public abstract class AbstractSynchronizationSettings
The AbstractSynchronizationSettings type exposes the following members.
Name | Description | |
---|---|---|
AbstractSynchronizationSettings |
Constructor for integration bus and staging settings.
|
Name | Description | |
---|---|---|
LogIntegration |
Indicates if the integration task should be logged. By default true.
| |
LogStaging |
Indicates if the staging task should be logged. By default true.
| |
RunAsynchronously |
Indicates if task logging should be executed asynchronously (in separate thread). By default true.
| |
ServerID |
ID of the staging server where the staging task will be logged.
| |
TaskGroups |
Staging task groups to which the staging task belongs.
| |
TaskType |
Type of the task.
| |
User | IUserInfo that will be logged with staging task.
If equals to null, no user will be logged with staging task.
| |
WorkerCall |
Indicates if in context of worker call (asynchronous task logging).
|
Name | Description | |
---|---|---|
InitUserAndTaskGroups |
Sets TaskGroups and User for current instance of
AbstractSynchronizationSettings, so the StagingTaskInfo is logged with IUserInfo and grouped
in TaskGroupInfos.
(Defined by AbstractSynchronizationSettingsExtensionMethods.) |