ArcFM Engine Developer Guide
MarshaledForEach Method


The action delegate to perform on each value.
Performs the specified action for each thread-specific value on each value's appropriate thread.
Syntax
'Declaration
 
Public Sub MarshaledForEach( _
   ByVal action As Action(Of T) _
) 
'Usage
 
Dim instance As STAThreadStorage(Of T)
Dim action As Action(Of T)
 
instance.MarshaledForEach(action)
public void MarshaledForEach( 
   Action<T> action
)

Parameters

action
The action delegate to perform on each value.
Remarks
The action delegate is invoked after properly marshaling onto the appropriate STA thread for each storage value.
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

STAThreadStorage<T> Class
STAThreadStorage<T> Members

 

 


Send Comment