Platform Symphony .NET API Reference - Version 5.1
OnInvoke Method (taskContext)
NamespacesPlatform.Symphony.SoamServiceContainerOnInvoke(TaskContext)
The middleware triggers the invocation of this handler every time a task input is sent to the service to be processed.
Declaration Syntax
C#
public abstract void OnInvoke(
	TaskContext taskContext
)
Parameters
taskContext (TaskContext)
Context for the task passed from the client application to the service.
Remarks
The actual service logic should be implemented in this method. This is the only method that is mandatory for the application developer to implement.
Exceptions
ExceptionCondition
[SoamException]The application developer can throw SoamException (or subclassed exceptions: FailureException or FatalException) from this method to indicate that an error occurred during task processing.
See Also
[TaskContext]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0