Click or drag to resize

MemoryQueryPersistenceServiceAddResults Method

Add results to an existing query

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void AddResults(
	Guid queryId,
	IEnumerable<Guid> results,
	int totalResults
)

Parameters

queryId
Type: SystemGuid
The identifier of the query to add to
results
Type: System.Collections.GenericIEnumerableGuid
The results to add
totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.MemoryQueryPersistenceService.AddResults(System.Guid,System.Collections.Generic.IEnumerable{System.Guid},System.Int32)"]

Implements

IQueryPersistenceServiceAddResults(Guid, IEnumerableGuid, Int32)
See Also