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

Sends a text message to the renderArea connections.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SendMessage(
	string message,
	IList<Connection> excludedConnections
)

Parameters

message
Type: SystemString

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

excludedConnections
Type: System.Collections.GenericIListConnection

: 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