Click or drag to resize

ISynchronizationServiceSubscribeTo Method

Instructs the synchronization service to perform the necessary steps to ensure that the specified object is included on subsequent pull requests

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
void SubscribeTo(
	Type modelType,
	Guid objectKey
)

Parameters

modelType  Type
The type of object being subscribed to
objectKey  Guid
The key of the object which is to be subsribed to
See Also