 | IOperationalApiResourceHandlerInvokeOperation Method |
Fetchs the scoped entity
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject InvokeOperation(
Object scopingEntityKey,
string operationName,
ParameterCollection parameters
)
Function InvokeOperation (
scopingEntityKey As Object,
operationName As String,
parameters As ParameterCollection
) As Object
Object^ InvokeOperation(
Object^ scopingEntityKey,
String^ operationName,
ParameterCollection^ parameters
)
abstract InvokeOperation :
scopingEntityKey : Object *
operationName : string *
parameters : ParameterCollection -> Object Parameters
- scopingEntityKey Object
- The scoped entity key or null if operating on the type rather than an instance
- operationName String
- The operation to be invoked
- parameters ParameterCollection
- The parameter to pass to the operation
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IOperationalApiResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
See Also