Click or drag to resize

SynchronizedAppServiceBehaviorGetQueueData Method

Get the specific queue entry

Namespace: SanteDB.Client.Disconnected.Rest
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IdentifiedData GetQueueData(
	string queueName,
	int id
)

Parameters

queueName  String

[Missing <param name="queueName"/> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.GetQueueData(System.String,System.Int32)"]

id  Int32

[Missing <param name="id"/> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.GetQueueData(System.String,System.Int32)"]

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Rest.SynchronizedAppServiceBehavior.GetQueueData(System.String,System.Int32)"]

Implements

ISynchronizedAppServiceContractGetQueueData(String, Int32)
See Also