Intersoft ClientUI Documentation
Release Method (IRegionAdapter)



The region to release.
Releases the adapter from the specified IRegion and frees the resources allocated by the adapter.
Syntax
Sub Release( _
   ByVal region As IRegion _
) 
Dim instance As IRegionAdapter
Dim region As IRegion
 
instance.Release(region)
void Release( 
   IRegion region
)
void Release( 
   IRegion^ region
) 

Parameters

region
The region to release.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRegionAdapter Interface
IRegionAdapter Members

Send Feedback