 | IUpstreamIntegrationServiceInvoke Method |
Invoke an operation on the remote service
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxObject Invoke(
Type modelType,
string operation,
ParameterCollection parameters
)
Function Invoke (
modelType As Type,
operation As String,
parameters As ParameterCollection
) As Object
Object^ Invoke(
Type^ modelType,
String^ operation,
ParameterCollection^ parameters
)
abstract Invoke :
modelType : Type *
operation : string *
parameters : ParameterCollection -> Object Parameters
- modelType Type
- The binding model
- operation String
- The operation name
- parameters ParameterCollection
- The parameters for the operation
Return Value
ObjectThe fetched value
See Also