Click or drag to resize

MatchConfigurationResourceHandlerInvokeOperation Method

Invoke the specified operation

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object InvokeOperation(
	Object scopingEntityKey,
	string operationName,
	ParameterCollection parameters
)

Parameters

scopingEntityKey
Type: SystemObject

[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

operationName
Type: SystemString

[Missing <param name="operationName"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

parameters
Type: SanteDB.Core.Model.ParametersParameterCollection

[Missing <param name="parameters"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IOperationalApiResourceHandlerInvokeOperation(Object, String, ParameterCollection)
See Also