| ExtensionUtilExecuteBeforeSendResponseBehavior Method |
Execute the BeforeSendResponse function allowing the behavior pipeline to inspect the message
Namespace:
SanteDB.Messaging.FHIR.Util
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public static Resource ExecuteBeforeSendResponseBehavior(
TypeRestfulInteraction interaction,
ResourceType resourceType,
Resource resource
)
Public Shared Function ExecuteBeforeSendResponseBehavior (
interaction As TypeRestfulInteraction,
resourceType As ResourceType,
resource As Resource
) As Resource
public:
static Resource^ ExecuteBeforeSendResponseBehavior(
TypeRestfulInteraction interaction,
ResourceType resourceType,
Resource^ resource
)
static member ExecuteBeforeSendResponseBehavior :
interaction : TypeRestfulInteraction *
resourceType : ResourceType *
resource : Resource -> Resource
Parameters
- interaction
- Type: TypeRestfulInteraction
The interaction being called - resourceType
- Type: ResourceType
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Util.ExtensionUtil.ExecuteBeforeSendResponseBehavior(Hl7.Fhir.Model.CapabilityStatement.TypeRestfulInteraction,Hl7.Fhir.Model.ResourceType,Hl7.Fhir.Model.Resource)"]
- resource
- Type: Resource
The resource being actioned
Return Value
Type:
ResourceThe updated resource
Exceptions See Also