Responder Developer Guide
BlockUntilComplete<T> Method


Syntax
'Declaration
 
Public Shared Function BlockUntilComplete(Of T)( _
   ByVal action As Func(Of T) _
) As T
'Usage
 
Dim action As Func(Of T)
Dim value As T
 
value = UIEventing.BlockUntilComplete(Of T)(action)
public static T BlockUntilComplete<T>( 
   Func<T> action
)

Parameters

action

Type Parameters

T
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

UIEventing Class
UIEventing Members

 

 


Send Comment