 | IPeerToPeerShareServiceSend Method |
Send the specified entity to the remote host
Namespace: SanteDB.Client.ServicesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxIdentifiedData 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 String
- The recipient of the data
- entity IdentifiedData
- The entity which should be sent
Return Value
IdentifiedDataThe acknowledgement or error from the remote device
See Also