Flynet Studio Code Generation Properties

GenerateResumeMethod - Boolean

GenerateResumeMethod - Boolean

Previous topic Next topic  

GenerateResumeMethod - Boolean

Previous topic Next topic  

If either the OnTaskCompletion or OnTaskError properties are set to Preserve Session State, this property can be set.

 

When set true, the generated logic will include Resume Functionality which includes an additional Web Service method in the ASMX module as well as additional methods and state handlers in the generated task module.

 

A Web Service resume method is only generated for a Task that is inside a TaskModule and TaskProject defined with Pooled Sessions.  The Resume method will include a SessionKey parameter and any data parameters included in the Task's primary method (without any keyVariable navigation parameters, which are preserved from the initial call).