Click or drag to resize

ConfigureNotificationInstanceOperationInvoke Method

Invoke the operation, updating the state value for a given notification instance

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

Parameters

scopingType  Type

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

scopingKey  Object

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

parameters  ParameterCollection

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

Return Value

Object

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

Implements

IApiChildOperationInvoke(Type, Object, ParameterCollection)
See Also