Click or drag to resize

ServerBaseMulticast(Object) Method

Note: This API is now obsolete.

Sends data to all of the connected clients synchronously.

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 void Multicast(
	Object serializableObject
)
View Source

Parameters

serializableObject  Object
The serializable object that is to be sent.
See Also