Click or drag to resize

IApiChildOperation.Invoke 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: System.Type
The type of scope object
scopingKey
Type: System.Object
The key of the scoping object
parameters
Type: SanteDB.Core.Model.Parameters.ParameterCollection
Parameters to the call

Return Value

Type: Object
The called method result
See Also