Click or drag to resize

ServerBaseSendTo(Guid, Object) Method

Note: This API is now obsolete.

Sends data to the specified client 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 SendTo(
	Guid clientID,
	Object serializableObject
)
View Source

Parameters

clientID  Guid
ID of the client to which the data is to be sent.
serializableObject  Object
The serializable object that is to be sent.
See Also