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