Click or drag to resize

IMessagePersistenceServiceGetMessageIds Method

Get all message ids between the specified time(s)

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<string> GetMessageIds(
	DateTime from,
	DateTime to
)

Parameters

from
Type: SystemDateTime
The lower boundary of the time
to
Type: SystemDateTime
The upper boundary of the receive time

Return Value

Type: IEnumerableString

[Missing <returns> documentation for "M:SanteDB.Core.Services.IMessagePersistenceService.GetMessageIds(System.DateTime,System.DateTime)"]

See Also