Click or drag to resize

IPeerToPeerShareServiceGetRecipientList Method

Get a list of recipients which this share service can send to

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IEnumerable<string> GetRecipientList()

Return Value

Type: IEnumerableString
The list of recipients
See Also