 | ChainedResourceHandlerBaseInvokeOperation Method |
Fetchs the scoped entity
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual Object InvokeOperation(
Object scopingEntityKey,
string operationName,
ParameterCollection parameters
)
Public Overridable Function InvokeOperation (
scopingEntityKey As Object,
operationName As String,
parameters As ParameterCollection
) As Object
public:
virtual Object^ InvokeOperation(
Object^ scopingEntityKey,
String^ operationName,
ParameterCollection^ parameters
)
abstract InvokeOperation :
scopingEntityKey : Object *
operationName : string *
parameters : ParameterCollection -> Object
override 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.ChainedResourceHandlerBase.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
Implements
IOperationalApiResourceHandlerInvokeOperation(Object, String, ParameterCollection)
See Also