RenderAreaSendMessage Method (IListByte, IListConnection) |
Sends a binary message to the renderArea connections.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool SendMessage(
IList<byte> buffer,
IList<Connection> excludedConnections
)
Public Function SendMessage (
buffer As IList(Of Byte),
excludedConnections As IList(Of Connection)
) As Boolean
public:
bool SendMessage(
IList<unsigned char>^ buffer,
IList<Connection^>^ excludedConnections
)
member SendMessage :
buffer : IList<byte> *
excludedConnections : IList<Connection> -> bool
Parameters
- buffer
- Type: System.Collections.GenericIListByte
: the binary buffer to be sent to all connections of the renderArea
- excludedConnections
- Type: System.Collections.GenericIListConnection
: an excluded connections array
Return Value
Type:
Booleantrue if the message has been successfully sent to all connections, otherwise returns false.
Remarks See Also