Click or drag to resize

LocalBatchRepositoryGet Method (Guid, Guid)

Get the specified bundle (not supported)

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override Bundle Get(
	Guid key,
	Guid versionKey
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Get(System.Guid,System.Guid)"]

versionKey
Type: SystemGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Get(System.Guid,System.Guid)"]

Return Value

Type: Bundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Get(System.Guid,System.Guid)"]

Implements

IRepositoryServiceTModelGet(Guid, Guid)
See Also