Click or drag to resize

WSConnectorSend Method

This function sends the given message object.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Send(
	WSConnectorMessage msg,
	bool queue = false
)

Parameters

msg
Type: IBM.Watson.DeveloperCloud.ConnectionWSConnectorMessage
This is either a BinaryMessage or TextMessage object.
queue (Optional)
Type: SystemBoolean
If true, then this function will not signal or start the sending thread.
See Also