Click or drag to resize

IMessageQueueSend Method

Send a message

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue Send(
	IContext context,
	string message,
	Dictionary<MatchItemKeys, Object> arguments
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution.
message
Type: SystemString
Text that sender wants to send
arguments
Type: System.Collections.GenericDictionaryMatchItemKeys, Object
A list of KeyValue pairs with some metadata. Ex: (entity, survey), (action, publish), (source, design).

Return Value

Type: IReturnValue
Returns success when the message is sent.
See Also