Responder Developer Guide
ProcessSynchronously Method


Syntax
'Declaration
 
Public Function ProcessSynchronously( _
   ByVal source As IEnumerable, _
   ByVal argument As TArg _
) As TArg
'Usage
 
Dim instance As IteratingWorkManager(Of TArg)
Dim source As IEnumerable
Dim argument As TArg
Dim value As TArg
 
value = instance.ProcessSynchronously(source, argument)
public TArg ProcessSynchronously( 
   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