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
)
Function Send (
context As IContext,
message As String,
arguments As Dictionary(Of MatchItemKeys, Object)
) As IReturnValue
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:
IReturnValueReturns success when the message is sent.
See Also