Responder Developer Guide
RegisterAction<U> Method (IteratingWorkManager<TArg>)


Syntax
'Declaration
 
Public Sub RegisterAction(Of U)( _
   ByVal action As Action(Of U,TArg) _
) 
'Usage
 
Dim instance As IteratingWorkManager(Of TArg)
Dim action As Action(Of U,TArg)
 
instance.RegisterAction(Of U)(action)
public void RegisterAction<U>( 
   Action<U,TArg> action
)

Parameters

action

Type Parameters

U
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