Click or drag to resize

DefaultUpstreamIntegrationServiceInvoke Method

Invoke an operation on the remote service

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public 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

Implements

IUpstreamIntegrationServiceInvoke(Type, String, ParameterCollection)
See Also