Click or drag to resize

FhirMessageDispatchFormatterSerializeResponse Method

Serialize the reply

Namespace: SanteDB.Messaging.FHIR.Rest.Serialization
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public void SerializeResponse(
	RestResponseMessage responseMessage,
	Object[] parameters,
	Object result
)

Parameters

responseMessage  RestResponseMessage

[Missing <param name="responseMessage"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

parameters  Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

result  Object

[Missing <param name="result"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

Implements

IDispatchMessageFormatterSerializeResponse(RestResponseMessage, Object, Object)
See Also