Click or drag to resize

IQueueFileProviderGetQueueData Method (String, Type)

Get queue data

Namespace:  SanteDB.DisconnectedClient.Synchronization
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IdentifiedData GetQueueData(
	string pathSpec,
	Type typeSpec
)

Parameters

pathSpec
Type: SystemString

[Missing <param name="pathSpec"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.IQueueFileProvider.GetQueueData(System.String,System.Type)"]

typeSpec
Type: SystemType

[Missing <param name="typeSpec"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.IQueueFileProvider.GetQueueData(System.String,System.Type)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Synchronization.IQueueFileProvider.GetQueueData(System.String,System.Type)"]

See Also