 | UpstreamSynchronizationServicePull(SubscriptionTriggerType) Method |
Perform a pull with the specified trigger
Namespace: SanteDB.Client.Disconnected.Data.SynchronizationAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void Pull(
SubscriptionTriggerType trigger
)
Public Sub Pull (
trigger As SubscriptionTriggerType
)
public:
virtual void Pull(
SubscriptionTriggerType trigger
) sealed
abstract Pull :
trigger : SubscriptionTriggerType -> unit
override Pull :
trigger : SubscriptionTriggerType -> unit Parameters
- trigger SubscriptionTriggerType
[Missing <param name="trigger"/> documentation for "M:SanteDB.Client.Disconnected.Data.Synchronization.UpstreamSynchronizationService.Pull(SanteDB.Core.Model.Subscription.SubscriptionTriggerType)"]
Implements
ISynchronizationServicePull(SubscriptionTriggerType)
See Also