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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object InvokeOperation(
	Object scopingEntityKey,
	string operationName,
	ParameterCollection parameters
)

Parameters

scopingEntityKey  Object

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

operationName  String

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

parameters  ParameterCollection

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

Return Value

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)
IOperationalApiResourceHandlerInvokeOperation(Object, String, ParameterCollection)
See Also