Responder Developer Guide
RegisterAction<U> Method (IEntityWorkManager)


Syntax
'Declaration
 
Sub RegisterAction(Of U)( _
   ByVal action As Action(Of U) _
) 
'Usage
 
Dim instance As IEntityWorkManager
Dim action As Action(Of U)
 
instance.RegisterAction(Of U)(action)
void RegisterAction<U>( 
   Action<U> 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

IEntityWorkManager Interface
IEntityWorkManager Members

 

 


Send Comment