Click or drag to resize

IMessagePersistenceServicePersistResultMessage Method

Persist the result of a message request (i.e. the result of the request)

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void PersistResultMessage(
	string messageId,
	string respondsToId,
	Stream response
)

Parameters

messageId  String
The identifier of the result message to be stored
respondsToId  String
The identifier of the message which this message responds to
response  Stream
The response message body to be persisted
See Also