Click or drag to resize

IApplicationServiceContractGetQueue Method (String)

Gets the queue entries

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

Parameters

queueName
Type: SystemString

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

Return Value

Type: ListISynchronizationQueueEntry

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

See Also