Click or drag to resize

ApplicationServiceBehaviorGetQueue Method (String)

Gets the queue entries

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public List<ISynchronizationQueueEntry> GetQueue(
	string queueName
)

Parameters

queueName
Type: SystemString

[Missing <param name="queueName"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetQueue(System.String)"]

Return Value

Type: ListISynchronizationQueueEntry

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.GetQueue(System.String)"]

Implements

IApplicationServiceContractGetQueue(String)
See Also