Click or drag to resize

IUpstreamIntegrationServiceInvoke Method

Invoke an operation on the remote service

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Object Invoke(
	Type modelType,
	string operation,
	ParameterCollection parameters
)

Parameters

modelType  Type
The binding model
operation  String
The operation name
parameters  ParameterCollection
The parameters for the operation

Return Value

Object
The fetched value
See Also