|   | ServerBaseMulticastAsync(Byte) Method | 
        
        
            Sends data to all of the connected clients asynchronously.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Overridable Function MulticastAsync ( 
	data As Byte()
) As WaitHandle()
function MulticastAsync(data);
Parameters
- data  Byte
- The binary data that is to be sent.
Return Value
WaitHandleArray of 
WaitHandle for the asynchronous operation.
 See Also
See Also