 | UpstreamSynchronizationServiceSubscribeTo 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
Syntaxpublic void SubscribeTo(
Type modelType,
Guid objectKey
)
Public Sub SubscribeTo (
modelType As Type,
objectKey As Guid
)
public:
virtual void SubscribeTo(
Type^ modelType,
Guid objectKey
) sealed
abstract SubscribeTo :
modelType : Type *
objectKey : Guid -> unit
override 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
Implements
ISynchronizationServiceSubscribeTo(Type, Guid)
See Also