 | IApiChildOperationInvoke Method |
Invoke the specified operation
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject Invoke(
Type scopingType,
Object scopingKey,
ParameterCollection parameters
)
Function Invoke (
scopingType As Type,
scopingKey As Object,
parameters As ParameterCollection
) As Object
Object^ Invoke(
Type^ scopingType,
Object^ scopingKey,
ParameterCollection^ parameters
)
abstract Invoke :
scopingType : Type *
scopingKey : Object *
parameters : ParameterCollection -> Object Parameters
- scopingType Type
- The type of scope object
- scopingKey Object
- The key of the scoping object
- parameters ParameterCollection
- Parameters to the call
Return Value
ObjectThe called method result
See Also