Responder Developer Guide
CreateWorkItem Method (IteratingWorkManager<TArg>)


Syntax
'Declaration
 
Public Function CreateWorkItem( _
   ByVal source As IEnumerable, _
   ByVal argument As TArg _
) As IteratingWorkItem(Of TArg)
'Usage
 
Dim instance As IteratingWorkManager(Of TArg)
Dim source As IEnumerable
Dim argument As TArg
Dim value As IteratingWorkItem(Of TArg)
 
value = instance.CreateWorkItem(source, argument)
public IteratingWorkItem<TArg> CreateWorkItem( 
   IEnumerable source,
   TArg argument
)

Parameters

source
argument
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

IteratingWorkManager<TArg> Class
IteratingWorkManager<TArg> Members

 

 


Send Comment