| 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
)
Function GetMessageIds (
from As DateTime,
to As DateTime
) As IEnumerable(Of String)
IEnumerable<String^>^ GetMessageIds(
DateTime from,
DateTime to
)
abstract GetMessageIds :
from : DateTime *
to : DateTime -> IEnumerable<string>
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