AutoMap Method
See Also 
SourceCode.Workflow.Design.IPC Namespace > IPCWizardDefinition Class : AutoMap Method



ev
eventItem
process
direction

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub AutoMap( _
   ByVal ev As IPCEvent, _
   ByVal eventItem As IPCEventItem, _
   ByVal process As Process, _
   ByVal direction As SourceCode.Workflow.Common.IPC.DataDirections _
) 
Visual Basic (Usage) Copy Code
Dim instance As IPCWizardDefinition
Dim ev As IPCEvent
Dim eventItem As IPCEventItem
Dim process As Process
Dim direction As SourceCode.Workflow.Common.IPC.DataDirections
 
instance.AutoMap(ev, eventItem, process, direction)
C#  
public void AutoMap( 
   IPCEvent ev,
   IPCEventItem eventItem,
   Process process,
   SourceCode.Workflow.Common.IPC.DataDirections direction
)
C++/CLI  
public:
void AutoMap( 
   IPCEvent^ ev,
   IPCEventItem^ eventItem,
   Process^ process,
   SourceCode.Workflow.Common.IPC.DataDirections direction
) 

Parameters

ev
eventItem
process
direction

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