 | HdsiServiceBehaviorInvokeMethod(String, String, ParameterCollection) Method |
Invokes the specified operation
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.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
- The type of operation being invoked
- operationName String
- The name of the operation
- body ParameterCollection
[Missing <param name="body"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
Return Value
ObjectThe result of the operation invokation
Implements
IHdsiServiceContractInvokeMethod(String, String, ParameterCollection)
See Also