Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TaskSuccessMessage

Reprents an IBackgroundTaskMessage with message type BackgroundTaskMessageType.Success.

Inheritance
System.Object
TaskSuccessMessage
Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class TaskSuccessMessage : BackgroundTaskMessage, IBackgroundTaskMessage

Constructors

TaskSuccessMessage(String, String, Int32, Int32)

Declaration
public TaskSuccessMessage(string message, string stageName, int stageCount, int stageTotalProgress)
Parameters
Type Name Description
System.String message
System.String stageName
System.Int32 stageCount
System.Int32 stageTotalProgress

Implements