Click or drag to resize

ClientBaseSend(Object) Method

Sends data to the server synchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public virtual void Send(
	Object serializableObject
)
View Source

Parameters

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