Click or drag to resize

PubSubSubscriptionResourceHandlerInvokeOperation Method

Fetchs the scoped entity

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
The scoped entity key or null if operating on the type rather than an instance
operationName
Type: SystemString
The operation to be invoked
parameters
Type: SanteDB.Core.Model.ParametersParameterCollection
The parameter to pass to the operation

Return Value

Type: Object

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

Implements

IOperationalApiResourceHandlerInvokeOperation(Object, String, ParameterCollection)
See Also