Click or drag to resize

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
)

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: Object
The called method result
See Also