Click or drag to resize
MessageManagerSingleton Class
Singleton provider class for the actual MessageManager
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.MessageReportingMessageManagerSingleton

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class MessageManagerSingleton

The MessageManagerSingleton type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstance
Gets the MessageManager singleton
Top
Remarks
The MessageManager instance returned by this singleton provider isn't thread safe as it's designed to be used on the foreground thread because it is mainly used for visualizing messages to the user. If multiple threads have to report messages, use the foreground thread to add them to this MessageManager
See Also