Click or drag to resize

IPeerToPeerShareServiceSend Method

Send the specified entity to the remote host

Namespace: SanteDB.Client.Services
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
IdentifiedData Send(
	string recipient,
	IdentifiedData entity
)

Parameters

recipient  String
The recipient of the data
entity  IdentifiedData
The entity which should be sent

Return Value

IdentifiedData
The acknowledgement or error from the remote device
See Also