Click or drag to resize

RemoteSynchronizationService Class

Represents a synchronization service which can query the HDSI and place entries onto the inbound queue
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.SynchronizationRemoteSynchronizationService

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public class RemoteSynchronizationService : ISynchronizationService, 
	IServiceImplementation, IDaemonService

The RemoteSynchronizationService type exposes the following members.

Constructors
  NameDescription
Public methodRemoteSynchronizationService
Initializes a new instance of the RemoteSynchronizationService class
Top
Properties
  NameDescription
Public propertyIsRunning
Returns true if the service is running
Public propertyIsSynchronizing
Gets whether the object is synchronizing
Public propertyLog
Get the log entries
Public propertyServiceName
Get the service name
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFetch
Perform a fetch operation which performs a head
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPull(SynchronizationPullTriggerType)
Pull from remote
Public methodPull(Type)
Perform a pull on the root resource
Public methodPull(Type, NameValueCollection)
Pull the model according to a filter
Public methodPull(Type, NameValueCollection, Boolean)
Pull with always filter
Public methodPull(Type, NameValueCollection, Boolean, String)
Internal pull function
Public methodPush
Forces a push and blocks until all data is pushed
Public methodStart
Start the service
Public methodStop
Stop the service
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPullCompleted
Pull has completed
Public eventStarted
Fired when the service has started
Public eventStarting
Fired when the service is starting
Public eventStopped
Fired when the service ahs stopped
Public eventStopping
Fired when the service is stopping
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also