 | DefaultUpstreamIntegrationServiceInvoke Method |
Invoke an operation on the remote service
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic Object Invoke(
Type modelType,
string operation,
ParameterCollection parameters
)
Public Function Invoke (
modelType As Type,
operation As String,
parameters As ParameterCollection
) As Object
public:
virtual Object^ Invoke(
Type^ modelType,
String^ operation,
ParameterCollection^ parameters
) sealed
abstract Invoke :
modelType : Type *
operation : string *
parameters : ParameterCollection -> Object
override 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
Implements
IUpstreamIntegrationServiceInvoke(Type, String, ParameterCollection)
See Also