Class EventQueueController
Inheritance
EventQueueController
Assembly: DotNetNuke.dll
Syntax
public class EventQueueController
Constructors
EventQueueController()
Declaration
public EventQueueController()
Methods
GetMessages(string)
Declaration
public static EventMessageCollection GetMessages(string eventName)
Parameters
Type |
Name |
Description |
string |
eventName |
|
Returns
GetMessages(string, string)
Declaration
public static EventMessageCollection GetMessages(string eventName, string subscriberId)
Parameters
Returns
ProcessMessages(EventMessageCollection)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled for removal in v12.0.0.")]
public static bool ProcessMessages(EventMessageCollection eventMessages)
Parameters
Returns
ProcessMessages(IServiceProvider, EventMessageCollection)
Declaration
public static bool ProcessMessages(IServiceProvider serviceProvider, EventMessageCollection eventMessages)
Parameters
Returns
ProcessMessages(IServiceProvider, string)
Declaration
public static bool ProcessMessages(IServiceProvider serviceProvider, string eventName)
Parameters
Returns
ProcessMessages(IServiceProvider, string, string)
Declaration
public static bool ProcessMessages(IServiceProvider serviceProvider, string eventName, string subscriberId)
Parameters
Returns
ProcessMessages(string)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled for removal in v12.0.0.")]
public static bool ProcessMessages(string eventName)
Parameters
Type |
Name |
Description |
string |
eventName |
|
Returns
ProcessMessages(string, string)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled for removal in v12.0.0.")]
public static bool ProcessMessages(string eventName, string subscriberId)
Parameters
Returns
SendMessage(EventMessage, string)
Declaration
public static bool SendMessage(EventMessage message, string eventName)
Parameters
Returns
Extension Methods