Click or drag to resize

AmiServiceBehaviorInvokeMethod(String, String, String, ParameterCollection) Method

Invoke the specified method on the API

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

Parameters

resourceType  String

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

operationName  String

[Missing <param name="operationName"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

body  ParameterCollection

[Missing <param name="body"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IAmiServiceContractInvokeMethod(String, String, String, ParameterCollection)
See Also