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

Interface IProgressMessenger

Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IProgressMessenger

Methods

AddProgressMessageText(String, Boolean, Int32)

Adds the progress message text.

Declaration
void AddProgressMessageText(string message, bool error, int percent)
Parameters
Type Name Description
System.String message

The message.

System.Boolean error

if set to true [error].

System.Int32 percent

The current progress percent.