 | IHdsiServiceContractInvokeMethod(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
SyntaxObject InvokeMethod(
string resourceType,
string operationName,
ParameterCollection parameters
)
Function InvokeMethod (
resourceType As String,
operationName As String,
parameters As ParameterCollection
) As Object
Object^ InvokeMethod(
String^ resourceType,
String^ operationName,
ParameterCollection^ parameters
)
abstract InvokeMethod :
resourceType : string *
operationName : string *
parameters : ParameterCollection -> Object Parameters
- resourceType String
- The type of operation being invoked
- operationName String
- The name of the operation
- parameters ParameterCollection
- The parameters to invoke the operation with
Return Value
ObjectThe result of the operation invokation
See Also