 | 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.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxvoid SubscribeTo(
Type modelType,
Guid objectKey
)
Sub SubscribeTo (
modelType As Type,
objectKey As Guid
)
void SubscribeTo(
Type^ modelType,
Guid objectKey
)
abstract SubscribeTo :
modelType : Type *
objectKey : Guid -> unit 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