| BluetoothPeerToPeerShareServiceSend Method |
Send the specified data to a recipient
Namespace:
SanteDB.DisconnectedClient.UI.Services.Bluetooth
Assembly:
SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax public IdentifiedData Send(
string recipient,
IdentifiedData entity
)
Public Function Send (
recipient As String,
entity As IdentifiedData
) As IdentifiedData
public:
virtual IdentifiedData^ Send(
String^ recipient,
IdentifiedData^ entity
) sealed
abstract Send :
recipient : string *
entity : IdentifiedData -> IdentifiedData
override Send :
recipient : string *
entity : IdentifiedData -> IdentifiedData
Parameters
- recipient
- Type: SystemString
The device name of the recipient - entity
- Type: SanteDB.Core.ModelIdentifiedData
The entity to be sent
Return Value
Type:
IdentifiedDataThe acknowledgement
Implements
IPeerToPeerShareServiceSend(String, IdentifiedData)See Also