Click or drag to resize

UpstreamHdsiServiceBehaviorInvokeMethod(String, String, ParameterCollection) Method

Invokes the specified operation

Namespace: SanteDB.Messaging.HDSI.Wcf
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object InvokeMethod(
	string resourceType,
	string operationName,
	ParameterCollection body
)

Parameters

resourceType  String
The type of operation being invoked
operationName  String
The name of the operation
body  ParameterCollection

[Missing <param name="body"/> documentation for "M:SanteDB.Messaging.HDSI.Wcf.UpstreamHdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Object
The result of the operation invokation

Implements

IHdsiServiceContractInvokeMethod(String, String, ParameterCollection)
See Also