Click or drag to resize

UpstreamAmiServiceBehaviorInvokeMethod(String, String, ParameterCollection) Method

Invoke a method which is not tied to a classifier object

Namespace: SanteDB.Rest.AMI
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object InvokeMethod(
	string resourceType,
	string operationName,
	ParameterCollection body
)

Parameters

resourceType  String
The type of operation being invoked
operationName  String
The name of the operation
body  ParameterCollection
The parameters which should be used to execute the operation

Return Value

Object
The result of the operation invokation

Implements

IAmiServiceContractInvokeMethod(String, String, ParameterCollection)
See Also