Click or drag to resize

HdsiServiceBehaviorInvokeMethod Method (String, String, ParameterCollection)

Invoke a method

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override Object InvokeMethod(
	string resourceType,
	string operationName,
	ParameterCollection body
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

operationName
Type: SystemString

[Missing <param name="operationName"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

body
Type: SanteDB.Core.Model.ParametersParameterCollection

[Missing <param name="body"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IHdsiServiceContractInvokeMethod(String, String, ParameterCollection)
See Also