JAMS Developer Guide
WorkflowStateChange Constructor


MVPSI.JAMS.Host Namespace > WorkflowStateChange Class : WorkflowStateChange Constructor
Default constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal newState As WorkflowState _
)
'Usage
 
Dim newState As WorkflowState
 
Dim instance As New WorkflowStateChange(newState)
public WorkflowStateChange( 
   WorkflowState newState
)

Parameters

newState
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

Reference

WorkflowStateChange Class
WorkflowStateChange Members