Sends the message.

Namespace: DotNetNuke.Services.EventQueue
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool SendMessage(
	EventMessage message,
	string eventName
)
Visual Basic
Public Shared Function SendMessage ( 
	message As EventMessage,
	eventName As String
) As Boolean

Parameters

message
Type: DotNetNuke.Services.EventQueue..::..EventMessage
The message.
eventName
Type: System..::..String
Name of the event.

Return Value

returnsM:DotNetNuke.Services.EventQueue.EventQueueController.SendMessage(DotNetNuke.Services.EventQueue.EventMessage,System.String)

See Also