コード例 #1
0
 internal override WorkflowAction Interpret(IWorkflow workflow)
 {
     return(workflow.OnActivityTimeout(this));
 }