RenderAreaSendMessage Method (String, Connection) |
Sends a text message to the renderArea connections.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool SendMessage(
string message,
Connection[] excludedConnections
)
Public Function SendMessage (
message As String,
excludedConnections As Connection()
) As Boolean
public:
bool SendMessage(
String^ message,
array<Connection^>^ excludedConnections
)
member SendMessage :
message : string *
excludedConnections : Connection[] -> bool
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:
Booleantrue if the message has been successfully sent to all connections, otherwise returns false.
Remarks
See Also