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


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

Parameters

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

 

 


Send Comment