 | ExtensionUtilExecuteAfterReceiveRequestBehavior Method |
Execute the AfterReceive function allowing the behavior pipeline to inspect the message
Namespace: SanteDB.Messaging.FHIR.UtilAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic static Resource ExecuteAfterReceiveRequestBehavior(
TypeRestfulInteraction interaction,
ResourceType resourceType,
Resource resource
)
Public Shared Function ExecuteAfterReceiveRequestBehavior (
interaction As TypeRestfulInteraction,
resourceType As ResourceType,
resource As Resource
) As Resource
public:
static Resource^ ExecuteAfterReceiveRequestBehavior(
TypeRestfulInteraction interaction,
ResourceType resourceType,
Resource^ resource
)
static member ExecuteAfterReceiveRequestBehavior :
interaction : TypeRestfulInteraction *
resourceType : ResourceType *
resource : Resource -> Resource Parameters
- interaction TypeRestfulInteraction
- The interaction being called
- resourceType ResourceType
- The type of resource that is passed to resource.
- resource Resource
- The resource being actioned
Return Value
ResourceThe updated resource
Exceptions
See Also