ArcFM Solution Developer Guide
EndInvoke Method (FeatureControl)


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function EndInvoke( _
   ByVal asyncResult As System.IAsyncResult _
) As System.Object
'Usage
 
Dim instance As FeatureControl
Dim asyncResult As System.IAsyncResult
Dim value As System.Object
 
value = instance.EndInvoke(asyncResult)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.object EndInvoke( 
   System.IAsyncResult asyncResult
)

Parameters

asyncResult
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

FeatureControl Class
FeatureControl Members

 

 


Send Comment