|
|
SEND
Send a message, using an existing conversation.
Syntax:
SEND ON CONVERSATION conversation_handle
[MESSAGE TYPE message_type ] [( message_body) ] [;]
Key
conversation_handle Conversation the message belongs to.
message_type As defined in the service contract for this conversation.
message_body An expression that can be converted to varbinary(max).
This statement will lock the conversation group (of the given handle).
Examples
SEND ON CONVERSATION @MyDialog_handle
MESSAGE TYPE [//ss64.com/MyService/MyContract]
(@variable_containing_message_body) ;
#..then they send me away to teach me how to be sensible, logical, responsible, practical# - Supertramp
Related commands:
BEGIN DIALOG CONVERSATION
BEGIN CONVERSATION TIMER
END CONVERSATION