|
ServerBaseMulticast(Byte) Method
|
Sends data to all of the connected clients synchronously.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax public virtual void Multicast(
byte[] data
)
Public Overridable Sub Multicast (
data As Byte()
)
abstract Multicast :
data : byte[] -> unit
override Multicast :
data : byte[] -> unit
function Multicast(data);
View SourceParameters
- data Byte
- The binary data that is to be sent.
See Also