| IHdsiServiceContractInvokeMethod Method (String, String, ParameterCollection) |
Invokes the specified operation
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax Object InvokeMethod(
string resourceType,
string operationName,
ParameterCollection body
)
Function InvokeMethod (
resourceType As String,
operationName As String,
body As ParameterCollection
) As Object
Object^ InvokeMethod(
String^ resourceType,
String^ operationName,
ParameterCollection^ body
)
abstract InvokeMethod :
resourceType : string *
operationName : string *
body : ParameterCollection -> Object
Parameters
- resourceType
- Type: SystemString
The type of operation being invoked - operationName
- Type: SystemString
The name of the operation - body
- Type: SanteDB.Core.Model.ParametersParameterCollection
[Missing <param name="body"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
Return Value
Type:
ObjectThe result of the operation invokation
See Also