Click or drag to resize

ServerBaseMulticastAsync(Byte) Method

Sends data to all of the connected clients asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public virtual WaitHandle[] MulticastAsync(
	byte[] data
)
View Source

Parameters

data  Byte
The binary data that is to be sent.

Return Value

WaitHandle
Array of WaitHandle for the asynchronous operation.
See Also