| 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
)
Function Send (
recipient As String,
entity As IdentifiedData
) As IdentifiedData
IdentifiedData^ Send(
String^ recipient,
IdentifiedData^ entity
)
abstract Send :
recipient : string *
entity : IdentifiedData -> IdentifiedData
Parameters
- recipient
- Type: SystemString
The recipient of the data - entity
- Type: SanteDB.Core.ModelIdentifiedData
The entity which should be sent
Return Value
Type:
IdentifiedDataThe acknowledgement or error from the remote device
See Also