| IApiChildOperationInvoke Method |
Invoke the specified operation
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object 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: SystemType
The type of scope object - scopingKey
- Type: SystemObject
The key of the scoping object - parameters
- Type: SanteDB.Core.Model.ParametersParameterCollection
Parameters to the call
Return Value
Type:
ObjectThe called method result
See Also