Click or drag to resize

IPeerToPeerShareServiceSend Method

Send the specified entity to the remote host

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IdentifiedData Send(
	string recipient,
	IdentifiedData entity
)

Parameters

recipient
Type: SystemString
The recipient of the data
entity
Type: SanteDB.Core.ModelIdentifiedData
The entity which should be sent

Return Value

Type: IdentifiedData
The acknowledgement or error from the remote device
See Also