Click or drag to resize
RenderAreaSendMessage Method (String, Connection)

Sends a text message to the renderArea connections.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool SendMessage(
	string message,
	Connection[] excludedConnections
)

Parameters

message
Type: SystemString

: the message to be sent to all connections of the renderArea

excludedConnections
Type: OIV.RemoteViz.RenderingConnection

: pointer to an excluded connections array

Return Value

Type: Boolean

true if the message has been successfully sent to all connections, otherwise returns false.

Remarks

See Also