Click or drag to resize

IBisServiceContractInvoke Method

Invoke the specified operation

Namespace: SanteDB.Rest.BIS
Assembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
Object Invoke(
	string resourceType,
	string id,
	string operationName,
	ParameterCollection parameters
)

Parameters

resourceType  String

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.Invoke(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.Invoke(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

operationName  String

[Missing <param name="operationName"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.Invoke(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

parameters  ParameterCollection

[Missing <param name="parameters"/> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.Invoke(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.BIS.IBisServiceContract.Invoke(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

See Also