Responder Developer Guide
CreateWorkItem Method (IteratingWorkManager<TArg1,TArg2>)


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

Parameters

source
arg1
arg2
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<TArg1,TArg2> Class
IteratingWorkManager<TArg1,TArg2> Members

 

 


Send Comment