|   | ServerBaseMulticast(Byte) Method | 
        
        
            Sends data to all of the connected clients synchronously.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Parameters
- data  Byte
- The binary data that is to be sent.
 See Also
See Also