Web farms
List of examples:
Create web farm synchronization tasks
C#
// Sets the properties for the task
int objectId = 42;
// Creates the web farm task
WebFarmHelper.CreateTask(new InvalidateObjectWebFarmTask
{
ObjectId = objectId,
});