Click or drag to resize

IPeerToPeerShareService Interface

Represents a peer to peer sharing service which allows the host to share data between one or more hosts via an appropriate protocol

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IPeerToPeerShareService : IServiceImplementation

The IPeerToPeerShareService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodGetRecipientList
Get a list of recipients which this share service can send to
Public methodSend
Send the specified entity to the remote host
Top
Events
  NameDescription
Public eventReceived
Fired after the data transfer has completed
Public eventReceiving
Fired when the data transfer is about to begin
Public eventSending
Fired when the data is about to be sent
Public eventSent
Fired when the data has been sent
Top
Remarks
This should use the native operating system's BlueTooth operation for data transfer over bluetooth.
See Also