Click or drag to resize

SimpleQueueFileProviderGetQueueData Method (String)

Get Queue Data

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public byte[] GetQueueData(
	string pathSpec
)

Parameters

pathSpec
Type: SystemString

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

Return Value

Type: Byte

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

Implements

IQueueFileProviderGetQueueData(String)
See Also