| JobResourceHandlerInvokeOperation Method |
Fetchs the scoped entity
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public Object InvokeOperation(
Object scopingEntityKey,
string operationName,
ParameterCollection parameters
)
Public Function InvokeOperation (
scopingEntityKey As Object,
operationName As String,
parameters As ParameterCollection
) As Object
public:
virtual Object^ InvokeOperation(
Object^ scopingEntityKey,
String^ operationName,
ParameterCollection^ parameters
) sealed
abstract InvokeOperation :
scopingEntityKey : Object *
operationName : string *
parameters : ParameterCollection -> Object
override InvokeOperation :
scopingEntityKey : Object *
operationName : string *
parameters : ParameterCollection -> Object
Parameters
- scopingEntityKey
- Type: SystemObject
The scoped entity key or null if operating on the type rather than an instance - operationName
- Type: SystemString
The operation to be invoked - parameters
- Type: SanteDB.Core.Model.ParametersParameterCollection
The parameter to pass to the operation
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.JobResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
Implements
IOperationalApiResourceHandlerInvokeOperation(Object, String, ParameterCollection)See Also