SaaS CMS has officially launched! Learn more now.

Class TaskWarningMessage

Represents an IBackgroundTaskMessage with message type BackgroundTaskMessageType.Warning.

Inheritance
System.Object
TaskWarningMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class TaskWarningMessage : BackgroundTaskMessage, IBackgroundTaskMessage

Constructors

TaskWarningMessage(String, String, Int32, Int32, Int32, Int32, Exception)

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

Implements

Extension Methods