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 TaskProgressMessage

Reprents an IBackgroundTaskMessage with message type BackgroundTaskMessageType.Progress.

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

Constructors

TaskProgressMessage(String, String, Int32, Int32, Int32, Int32)

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

Implements