| 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
)
Public Sub AddResults (
queryId As Guid,
results As IEnumerable(Of Guid),
totalResults As Integer
)
public:
virtual void AddResults(
Guid queryId,
IEnumerable<Guid>^ results,
int totalResults
) sealed
abstract AddResults :
queryId : Guid *
results : IEnumerable<Guid> *
totalResults : int -> unit
override AddResults :
queryId : Guid *
results : IEnumerable<Guid> *
totalResults : int -> unit
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