Click or drag to resize

ActivateMatchOperationInvoke Method

Invoke the specified operation

Namespace: SanteDB.Matcher.Rest
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public Object Invoke(
	Type scopingType,
	Object scopingKey,
	ParameterCollection parameters
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Matcher.Rest.ActivateMatchOperation.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Matcher.Rest.ActivateMatchOperation.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

parameters  ParameterCollection

[Missing <param name="parameters"/> documentation for "M:SanteDB.Matcher.Rest.ActivateMatchOperation.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Matcher.Rest.ActivateMatchOperation.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IApiChildOperationInvoke(Type, Object, ParameterCollection)
See Also