ConnectionSendMessage Method (String) |
Sends a text message to the client.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool SendMessage(
string message
)
Public Function SendMessage (
message As String
) As Boolean
public:
bool SendMessage(
String^ message
)
member SendMessage :
message : string -> bool
Parameters
- message
- Type: SystemString
: the message to be sent to the client
Return Value
Type:
Booleantrue if the message has been successfully sent, otherwise returns false.
Remarks The client-side message event will be triggered.
See Also