deMicroService..::..execute Method
Executes the micro service.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public string execute( Hashtable sInputsVar, Hashtable sInputsGolbal, Hashtable sOutputsVar, Hashtable sOutputsGlobal )
Public Function execute ( _ sInputsVar As Hashtable, _ sInputsGolbal As Hashtable, _ sOutputsVar As Hashtable, _ sOutputsGlobal As Hashtable _ ) As String
public: String^ execute( Hashtable^ sInputsVar, Hashtable^ sInputsGolbal, Hashtable^ sOutputsVar, Hashtable^ sOutputsGlobal )
Parameters
- sInputsVar
- Type: Hashtable
The s inputs variable.
- sInputsGolbal
- Type: Hashtable
The s inputs golbal.
- sOutputsVar
- Type: Hashtable
The s outputs variable.
- sOutputsGlobal
- Type: Hashtable
The s outputs global.