Click or drag to resize

SimpleQueueFileProviderGetQueueData Method (String, Type)

Get Queue Data

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

Parameters

pathSpec
Type: SystemString

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

typeSpec
Type: SystemType

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

Return Value

Type: IdentifiedData

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

Implements

IQueueFileProviderGetQueueData(String, Type)
See Also