 | AmiServiceBehaviorInvokeMethod(String, String, ParameterCollection) Method |
Invoke a method which is not tied to a classifier object
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual Object InvokeMethod(
string resourceType,
string operationName,
ParameterCollection body
)
Public Overridable Function InvokeMethod (
resourceType As String,
operationName As String,
body As ParameterCollection
) As Object
public:
virtual Object^ InvokeMethod(
String^ resourceType,
String^ operationName,
ParameterCollection^ body
)
abstract InvokeMethod :
resourceType : string *
operationName : string *
body : ParameterCollection -> Object
override InvokeMethod :
resourceType : string *
operationName : string *
body : ParameterCollection -> Object Parameters
- resourceType String
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(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,SanteDB.Core.Model.Parameters.ParameterCollection)"]
- body ParameterCollection
[Missing <param name="body"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.InvokeMethod(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,SanteDB.Core.Model.Parameters.ParameterCollection)"]
Implements
IAmiServiceContractInvokeMethod(String, String, ParameterCollection)
See Also