 | UpstreamAmiServiceBehaviorInvokeMethod(String, String, String, ParameterCollection) Method |
Invoke the specified method on the API
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object InvokeMethod(
string resourceType,
string id,
string operationName,
ParameterCollection body
)
Public Overrides Function InvokeMethod (
resourceType As String,
id As String,
operationName As String,
body As ParameterCollection
) As Object
public:
virtual Object^ InvokeMethod(
String^ resourceType,
String^ id,
String^ operationName,
ParameterCollection^ body
) override
abstract InvokeMethod :
resourceType : string *
id : string *
operationName : string *
body : ParameterCollection -> Object
override InvokeMethod :
resourceType : string *
id : string *
operationName : string *
body : ParameterCollection -> Object Parameters
- resourceType String
- The type of operation being invoked
- id String
- The ID of the operation
- operationName String
- The name of the operation
- body ParameterCollection
- The body of the request.
Return Value
ObjectThe result of the operation invokation
Implements
IAmiServiceContractInvokeMethod(String, String, String, ParameterCollection)
See Also