Class | Description |
---|---|
DoneListData | Data for the done list |
ExecuteTransaction | Class which sets up a transaction and then executes a method before commiting the transaction Transaction is rolled back if the method throws an Exception |
FailedListData | Data for the failed list |
ListData | Base class for all the datas which are written to the lists |
PendingResultListData | Data class for the pending result list |
QueueData | Data class for any of the queues |
RequestQueueData | Data class for the request queue |
ResponseQueueData | Data class for the response queue |
WorkflowEndTriggerData | Workflow end trigger data class, put in storage until the workflow that we are waiting for is finished |
Delegate | Description |
---|---|
TransactionalMethod | Delegate method called by the ExecuteTransaction class |
Enumeration | Description |
---|---|
MethodDone | Enumeration representing how the activity was completed |