Interface IWebServiceUserTask
Provides the functionality of the web service user task.
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public interface IWebServiceUserTask
Methods
Execute(ProcessWebService, ProcessExecutingContext)
Provides main execution method of the web service user task.
Declaration
bool Execute(ProcessWebService userTask, ProcessExecutingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProcessWebService | userTask | The instanse of the ProcessWebService. |
| ProcessExecutingContext | context | The process execution context. |
Returns
| Type | Description |
|---|---|
| System.Boolean |