Click or drag to resize

ServerBaseMulticastAsync(Object) Method

Note: This API is now obsolete.

Sends data to all of the connected clients asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.311-beta
Syntax
[ObsoleteAttribute("This method uses BinaryFormatter for serialization, leaving the consumer vulnerable during deserialization!")]
public virtual WaitHandle[] MulticastAsync(
	Object serializableObject
)
View Source

Parameters

serializableObject  Object
The serializable object that is to be sent.

Return Value

WaitHandle
Array of WaitHandle for the asynchronous operation.
See Also