GenerateDefaultOutcomesForActions Method
See Also 
SourceCode.Workflow.Design.Outcome Namespace > Common Class : GenerateDefaultOutcomesForActions Method



eventwithactions
The eventwithactions.

Glossary Item Box

Generates the default outcomes for actions.

Syntax

Visual Basic (Declaration) 
Public Shared Sub GenerateDefaultOutcomesForActions( _
   ByVal eventwithactions As Event _
) 
Visual Basic (Usage)Copy Code
Dim eventwithactions As Event
 
Common.GenerateDefaultOutcomesForActions(eventwithactions)
C# 
public static void GenerateDefaultOutcomesForActions( 
   Event eventwithactions
)
C++/CLI 
public:
static void GenerateDefaultOutcomesForActions( 
   Event^ eventwithactions
) 

Parameters

eventwithactions
The eventwithactions.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also