Platform Symphony .NET API Reference - Version 5.0
InterruptEventCode Enumeration
NamespacesPlatform.Symphony.SoamInterruptEventCode
This enumeration contains the codes assigned to the events being exposed to the service instance.
Declaration Syntax
C#
public enum InterruptEventCode
Members
MemberDescription
TaskSuspended
Event code indicating that the service will be interrupted because the task being processed is being suspended. Any data or exception returned from the interrupted operation will be handled in the normal manner by the middleware.

TaskKilled
Event code indicating that the service will be interrupted because the task being processed is being killed. Any data returned from the interrupted operation will be handled in the normal manner by the middleware.

SessionSuspended
Event code indicating that the service will be interrupted because the Task is being suspended. (**DEPRECATED** in Symphony 4.0)

SessionKilled
Event code indicating that the service will be interrupted because the Task is being killed. (**DEPRECATED** in Symphony 4.0)

None
Event code indicating that no interrupt event has occurred.

Remarks
These event codes can be checked within the service instance by the developer on each invocation of the service.

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