Skip to content

Instantly share code, notes, and snippets.

@netojoa
Last active August 13, 2018 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netojoa/3e387f66637d6e9e139ce6102ac87453 to your computer and use it in GitHub Desktop.
Save netojoa/3e387f66637d6e9e139ce6102ac87453 to your computer and use it in GitHub Desktop.
using Sitecore.Publishing.Service.Pipelines.BulkPublishingEnd;
namespace Sandbox
{
public class PersistEndResultBatch
{
public void Process(PublishEndResultBatchArgs args)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment