| IMessagePersistenceServiceGetMessageState Method |
Get the current state of a message processing by the unique identifier of the message
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax MessageState GetMessageState(
string messageId
)
Function GetMessageState (
messageId As String
) As MessageState
MessageState GetMessageState(
String^ messageId
)
abstract GetMessageState :
messageId : string -> MessageState
Parameters
- messageId
- Type: SystemString
The identification of the message (either WS-RM ID, HDSI ID, or HL7 MSH10)
Return Value
Type:
MessageStateThe current status of the message
See Also