Click or drag to resize

SynchronizationPattern Enumeration

Classification of the synchronization type

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
[FlagsAttribute]
public enum SynchronizationPattern
Members
Member nameValueDescription
UpstreamToLocal1 Inbound queue - The source of the queue is the upstream
LocalToUpstream2 Outbound queue - The destination of this queue is to the upstream
BiDirectional3 The queue is both for inbound and outbound
LocalOnly4 The queue is for local-local communication
LowPriority8 Represents queues that are for administrative non-primary messages
DeadLetter132 The queue is a deadletter queue.
All143 All Queue patterns
See Also