Responder Developer Guide
ProcessedEntityAction Method


Syntax
'Declaration
 
Public Sub ProcessedEntityAction( _
   ByVal action As Action(Of IWorkItem,Object) _
) 
'Usage
 
Dim instance As IteratingWorkItemBase
Dim action As Action(Of IWorkItem,Object)
 
instance.ProcessedEntityAction(action)
public void ProcessedEntityAction( 
   Action<IWorkItem,object> action
)

Parameters

action
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IteratingWorkItemBase Class
IteratingWorkItemBase Members

 

 


Send Comment