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.481-alpha
Syntax
void PersistResultMessage(
	string messageId,
	string respondsToId,
	Stream response
)

Parameters

messageId
Type: SystemString
The identifier of the result message to be stored
respondsToId
Type: SystemString
The identifier of the message which this message responds to
response
Type: System.IOStream
The response message body to be persisted
See Also