Click or drag to resize

StartJobOperationInvoke Method

Invoke the operation

Namespace:  SanteDB.Rest.AMI.Operation
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Invoke(
	Type scopingType,
	Object scopingKey,
	ParameterCollection parameters
)

Parameters

scopingType
Type: SystemType

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

scopingKey
Type: SystemObject

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

parameters
Type: SanteDB.Core.Model.ParametersParameterCollection

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

Return Value

Type: Object

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

Implements

IApiChildOperationInvoke(Type, Object, ParameterCollection)
See Also